Html Css Color HEX #04CBA8 Caribbean Green

📋 copy color: '#04CBA8'

red 4 ◦ green 203 ◦ blue 168

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

Shades of Caribbean Green #04CBA8

Tints of Caribbean Green #04CBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.8%

R = 1.07%
G = 54.13%
B = 44.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#04CBA8 (or 0x04CBA8) is known color: Caribbean Green. HEX triplet: 04, CB and A8. RGB value is (4,203,168). Sum of RGB (Red+Green+Blue) = 4+203+168=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CBA8 is #FB3457. Grayscale: #8B8B8B. Windows color (decimal): -16462936 or 11062020. OLE color: 11062020.

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

Color convert

RGB 4 203 168 -
CMYK 0.98 0 0.17 0.20
HSL 169.45º 0.96% 0.41% -
HSV(B) 169.45º 0.98% 0.8% -
XYZ 28.47 45.56 44.34 -
YUV 139.51 144.07 31.35 -
System Red Green Blue C M Y K H S L
Decimal 4 203 168 0.98 0 0.17 0.20 169.45 0.96 0.41
Hex 4 CB A8 62 0 11 14 A9 60 29
Octal 4 313 250 142 0 21 24 251 140 51
Binary 100 11001011 10101000 1100010 0 10001 10100 10101001 1100000 101001

Color Harmonies of #04CBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CBA8

Black with #04CBA8

Text Example


Text Example

White with #04CBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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