Html Css Color HEX #04C0AC Caribbean Green

📋 copy color: '#04C0AC'

red 4 ◦ green 192 ◦ blue 172

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

Shades of Caribbean Green #04C0AC

Tints of Caribbean Green #04C0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.17%

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

R = 1.09%
G = 52.17%
B = 46.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#04C0AC (or 0x04C0AC) is known color: Caribbean Green. HEX triplet: 04, C0 and AC. RGB value is (4,192,172). Sum of RGB (Red+Green+Blue) = 4+192+172=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #04C0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C0AC is #FB3F53. Grayscale: #858585. Windows color (decimal): -16465748 or 11321348. OLE color: 11321348.

HSL color Cylindrical-coordinate representation of color #04C0AC: hue angle of 173.62º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C0AC is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 192 172 -
CMYK 0.98 0 0.10 0.25
HSL 173.62º 0.96% 0.38% -
HSV(B) 173.62º 0.98% 0.75% -
XYZ 26.35 40.7 45.5 -
YUV 133.51 149.72 35.63 -
System Red Green Blue C M Y K H S L
Decimal 4 192 172 0.98 0 0.10 0.25 173.62 0.96 0.38
Hex 4 C0 AC 62 0 A 19 AE 60 26
Octal 4 300 254 142 0 12 31 256 140 46
Binary 100 11000000 10101100 1100010 0 1010 11001 10101110 1100000 100110

Color Harmonies of #04C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C0AC

Black with #04C0AC

Text Example


Text Example

White with #04C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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