Html Css Color HEX #04CBA6 Caribbean Green

📋 copy color: '#04CBA6'

red 4 ◦ green 203 ◦ blue 166

#04CBA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #04CBA6

Tints of Caribbean Green #04CBA6

RGB

 RED value IS 4 (1.95% from 255) = 1.07%

 GREEN value IS 203 (79.69% from 255) = 54.42%

 BLUE value IS 166 (65.23% from 255) = 44.5%

R = 1.07%
G = 54.42%
B = 44.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#04CBA6 (or 0x04CBA6) is known color: Caribbean Green. HEX triplet: 04, CB and A6. RGB value is (4,203,166). Sum of RGB (Red+Green+Blue) = 4+203+166=373 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CBA6 is #FB3459. Grayscale: #8B8B8B. Windows color (decimal): -16462938 or 10930948. OLE color: 10930948.

HSL color Cylindrical-coordinate representation of color #04CBA6: hue angle of 168.84º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CBA6 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 203 166 -
CMYK 0.98 0 0.18 0.20
HSL 168.84º 0.96% 0.41% -
HSV(B) 168.84º 0.98% 0.8% -
XYZ 28.29 45.49 43.37 -
YUV 139.28 143.07 31.51 -
System Red Green Blue C M Y K H S L
Decimal 4 203 166 0.98 0 0.18 0.20 168.84 0.96 0.41
Hex 4 CB A6 62 0 12 14 A9 60 29
Octal 4 313 246 142 0 22 24 251 140 51
Binary 100 11001011 10100110 1100010 0 10010 10100 10101001 1100000 101001

Color Harmonies of #04CBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CBA6

Black with #04CBA6

Text Example


Text Example

White with #04CBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,203,166); }

 H1.HeaderClassName
 {
   color: #04CBA6;
 }
 .AnyTagClassName
 {
   color: #04CBA6;
 }
</style>

background-color css

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

 a { background-color: rgb(4,203,166); }

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

border-color css

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

 span { border-color: rgb(4,203,166); }

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