#04DBA0

Color #04DBA0 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #04DBA0

Tints of Caribbean Green #04DBA0

Color information

#04DBA0 (or 0x04DBA0) is unknown color: approx Caribbean Green. HEX triplet: 04, DB and A0. RGB value is (4,219,160). Sum of RGB (Red+Green+Blue) = 4+219+160=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 219 (85.94% from 255 or 57.18% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 219 - color contains mainly: green. Hex color #04DBA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DBA0 is #FB245F. Grayscale: #949494. Windows color (decimal): -16458848 or 10541828. OLE color: 10541828.

HSL color Cylindrical-coordinate representation of color #04DBA0: hue angle of 163.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DBA0 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB4219160-
CMYK0.9800.270.14
HSL163.53º96.41%43.73%-
HSV(B)163.53º98.17%85.88%-
XYZ31.7353.2341.86-
YUV147.99134.7725.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.04%
GREEN value IS 219 (85.94% from 255) = 57.18%
BLUE value IS 160 (62.89% from 255) = 41.78%
R=1.04%
G=57.18%
B=41.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal42191600.9800.270.14163.5396.4143.73
Hex4DBA06201BEa4602c
Octal43332401420331624414054
Binary100110110111010000011000100110111110101001001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04DBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04DBA0; }

 p { color: rgb(4,219,160); }

 H1.HeaderClassName
 {
   color: #04DBA0;
 }
 .AnyTagClassName
 {
   color: #04DBA0;
 }
</style>
background-color css

<style>
 a { background-color: #04DBA0; }

 a { background-color: rgb(4,219,160); }

 div.DivClassName
 {
   background-color: #04DBA0;
 }
 .BgClassName
 {
   background-color: #04DBA0;
 }
</style>
border-color css

<style>
 span { border-color: #04DBA0; }

 span { border-color: rgb(4,219,160); }

 td.TdClassName
 {
   border-color: #04DBA0;
 }
 .TagClassName
 {
   border-color: #04DBA0;
 }
</style>