Html Css Color HEX #04CFA6 Caribbean Green

📋 copy color: '#04CFA6'

red 4 ◦ green 207 ◦ blue 166

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

Shades of Caribbean Green #04CFA6

Tints of Caribbean Green #04CFA6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.91%

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

R = 1.06%
G = 54.91%
B = 44.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#04CFA6 (or 0x04CFA6) is known color: Caribbean Green. HEX triplet: 04, CF and A6. RGB value is (4,207,166). Sum of RGB (Red+Green+Blue) = 4+207+166=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #04CFA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CFA6 is #FB3059. Grayscale: #8D8D8D. Windows color (decimal): -16461914 or 10931972. OLE color: 10931972.

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

Color convert

RGB 4 207 166 -
CMYK 0.98 0 0.20 0.19
HSL 167.88º 0.96% 0.41% -
HSV(B) 167.88º 0.98% 0.81% -
XYZ 29.25 47.4 43.68 -
YUV 141.63 141.75 29.83 -
System Red Green Blue C M Y K H S L
Decimal 4 207 166 0.98 0 0.20 0.19 167.88 0.96 0.41
Hex 4 CF A6 62 0 14 13 A8 60 29
Octal 4 317 246 142 0 24 23 250 140 51
Binary 100 11001111 10100110 1100010 0 10100 10011 10101000 1100000 101001

Color Harmonies of #04CFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CFA6

Black with #04CFA6

Text Example


Text Example

White with #04CFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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