Html Css Color HEX #04C5A0 Caribbean Green

📋 copy color: '#04C5A0'

red 4 ◦ green 197 ◦ blue 160

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

Shades of Caribbean Green #04C5A0

Tints of Caribbean Green #04C5A0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.57%

 BLUE value IS 160 (62.89% from 255) = 44.32%

R = 1.11%
G = 54.57%
B = 44.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#04C5A0 (or 0x04C5A0) is known color: Caribbean Green. HEX triplet: 04, C5 and A0. RGB value is (4,197,160). Sum of RGB (Red+Green+Blue) = 4+197+160=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #04C5A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C5A0 is #FB3A5F. Grayscale: #878787. Windows color (decimal): -16464480 or 10536196. OLE color: 10536196.

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

Color convert

RGB 4 197 160 -
CMYK 0.98 0 0.19 0.23
HSL 168.5º 0.96% 0.39% -
HSV(B) 168.5º 0.98% 0.77% -
XYZ 26.36 42.5 40.07 -
YUV 135.08 142.06 34.51 -
System Red Green Blue C M Y K H S L
Decimal 4 197 160 0.98 0 0.19 0.23 168.5 0.96 0.39
Hex 4 C5 A0 62 0 13 17 A8 60 27
Octal 4 305 240 142 0 23 27 250 140 47
Binary 100 11000101 10100000 1100010 0 10011 10111 10101000 1100000 100111

Color Harmonies of #04C5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C5A0

Black with #04C5A0

Text Example


Text Example

White with #04C5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,197,160); }

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

background-color css

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

 a { background-color: rgb(4,197,160); }

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

border-color css

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

 span { border-color: rgb(4,197,160); }

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