Html Css Color HEX #04CBAA Caribbean Green

📋 copy color: '#04CBAA'

red 4 ◦ green 203 ◦ blue 170

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

Shades of Caribbean Green #04CBAA

Tints of Caribbean Green #04CBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 1.06%
G = 53.85%
B = 45.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#04CBAA (or 0x04CBAA) is known color: Caribbean Green. HEX triplet: 04, CB and AA. RGB value is (4,203,170). Sum of RGB (Red+Green+Blue) = 4+203+170=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CBAA is #FB3455. Grayscale: #8B8B8B. Windows color (decimal): -16462934 or 11193092. OLE color: 11193092.

HSL color Cylindrical-coordinate representation of color #04CBAA: hue angle of 170.05º 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 #04CBAA is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 203 170 -
CMYK 0.98 0 0.16 0.20
HSL 170.05º 0.96% 0.41% -
HSV(B) 170.05º 0.98% 0.8% -
XYZ 28.66 45.64 45.33 -
YUV 139.74 145.07 31.18 -
System Red Green Blue C M Y K H S L
Decimal 4 203 170 0.98 0 0.16 0.20 170.05 0.96 0.41
Hex 4 CB AA 62 0 10 14 AA 60 29
Octal 4 313 252 142 0 20 24 252 140 51
Binary 100 11001011 10101010 1100010 0 10000 10100 10101010 1100000 101001

Color Harmonies of #04CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CBAA

Black with #04CBAA

Text Example


Text Example

White with #04CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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