Html Css Color HEX #04CCAC Caribbean Green

📋 copy color: '#04CCAC'

red 4 ◦ green 204 ◦ blue 172

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

Shades of Caribbean Green #04CCAC

Tints of Caribbean Green #04CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.68%

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 1.05%
G = 53.68%
B = 45.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#04CCAC (or 0x04CCAC) is known color: Caribbean Green. HEX triplet: 04, CC and AC. RGB value is (4,204,172). Sum of RGB (Red+Green+Blue) = 4+204+172=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #04CCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CCAC is #FB3353. Grayscale: #8C8C8C. Windows color (decimal): -16462676 or 11324420. OLE color: 11324420.

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

Color convert

RGB 4 204 172 -
CMYK 0.98 0 0.16 0.2
HSL 170.4º 0.96% 0.41% -
HSV(B) 170.4º 0.98% 0.8% -
XYZ 29.09 46.19 46.41 -
YUV 140.55 145.74 30.6 -
System Red Green Blue C M Y K H S L
Decimal 4 204 172 0.98 0 0.16 0.2 170.4 0.96 0.41
Hex 4 CC AC 62 0 10 14 AA 60 29
Octal 4 314 254 142 0 20 24 252 140 51
Binary 100 11001100 10101100 1100010 0 10000 10100 10101010 1100000 101001

Color Harmonies of #04CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CCAC

Black with #04CCAC

Text Example


Text Example

White with #04CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,204,172); }

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

background-color css

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

 a { background-color: rgb(4,204,172); }

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

border-color css

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

 span { border-color: rgb(4,204,172); }

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