Html Css Color HEX #04CA9F Caribbean Green

📋 copy color: '#04CA9F'

red 4 ◦ green 202 ◦ blue 159

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

Shades of Caribbean Green #04CA9F

Tints of Caribbean Green #04CA9F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.34%

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 1.1%
G = 55.34%
B = 43.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#04CA9F (or 0x04CA9F) is known color: Caribbean Green. HEX triplet: 04, CA and 9F. RGB value is (4,202,159). Sum of RGB (Red+Green+Blue) = 4+202+159=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CA9F is #FB3560. Grayscale: #898989. Windows color (decimal): -16463201 or 10471940. OLE color: 10471940.

HSL color Cylindrical-coordinate representation of color #04CA9F: hue angle of 166.97º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CA9F is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 202 159 -
CMYK 0.98 0 0.21 0.21
HSL 166.97º 0.96% 0.4% -
HSV(B) 166.97º 0.98% 0.79% -
XYZ 27.43 44.77 40 -
YUV 137.9 139.9 32.5 -
System Red Green Blue C M Y K H S L
Decimal 4 202 159 0.98 0 0.21 0.21 166.97 0.96 0.4
Hex 4 CA 9F 62 0 15 15 A7 60 28
Octal 4 312 237 142 0 25 25 247 140 50
Binary 100 11001010 10011111 1100010 0 10101 10101 10100111 1100000 101000

Color Harmonies of #04CA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CA9F

Black with #04CA9F

Text Example


Text Example

White with #04CA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,202,159); }

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

background-color css

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

 a { background-color: rgb(4,202,159); }

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

border-color css

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

 span { border-color: rgb(4,202,159); }

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