Html Css Color HEX #04CBAB Caribbean Green

📋 copy color: '#04CBAB'

red 4 ◦ green 203 ◦ blue 171

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

Shades of Caribbean Green #04CBAB

Tints of Caribbean Green #04CBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 1.06%
G = 53.7%
B = 45.24%

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

#04CBAB (or 0x04CBAB) is known color: Caribbean Green. HEX triplet: 04, CB and AB. RGB value is (4,203,171). Sum of RGB (Red+Green+Blue) = 4+203+171=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CBAB is #FB3454. Grayscale: #8B8B8B. Windows color (decimal): -16462933 or 11258628. OLE color: 11258628.

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

Color convert

RGB 4 203 171 -
CMYK 0.98 0 0.16 0.20
HSL 170.35º 0.96% 0.41% -
HSV(B) 170.35º 0.98% 0.8% -
XYZ 28.76 45.68 45.83 -
YUV 139.85 145.57 31.1 -
System Red Green Blue C M Y K H S L
Decimal 4 203 171 0.98 0 0.16 0.20 170.35 0.96 0.41
Hex 4 CB AB 62 0 10 14 AA 60 29
Octal 4 313 253 142 0 20 24 252 140 51
Binary 100 11001011 10101011 1100010 0 10000 10100 10101010 1100000 101001

Color Harmonies of #04CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CBAB

Black with #04CBAB

Text Example


Text Example

White with #04CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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