#04C48C

Color #04C48C Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #04C48C

Tints of Caribbean Green #04C48C

Color information

#04C48C (or 0x04C48C) is unknown color: approx Caribbean Green. HEX triplet: 04, C4 and 8C. RGB value is (4,196,140). Sum of RGB (Red+Green+Blue) = 4+196+140=340 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 340); Green value is 196 (76.95% from 255 or 57.65% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 196 - color contains mainly: green. Hex color #04C48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C48C is #FB3B73. Grayscale: #848484. Windows color (decimal): -16464756 or 9225220. OLE color: 9225220.

HSL color Cylindrical-coordinate representation of color #04C48C: hue angle of 162.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 #04C48C is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB4196140-
CMYK0.9800.290.23
HSL162.5º96%39.22%-
HSV(B)162.5º97.96%76.86%-
XYZ24.5241.431.51-
YUV132.21132.3936.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.18%
GREEN value IS 196 (76.95% from 255) = 57.65%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=1.18%
G=57.65%
B=41.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal41961400.9800.290.23162.59639.22
Hex4C48C6201D17a26027
Octal43042141420352724214047
Binary1001100010010001100110001001110110111101000101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,196,140); }

 H1.HeaderClassName
 {
   color: #04C48C;
 }
 .AnyTagClassName
 {
   color: #04C48C;
 }
</style>
background-color css

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

 a { background-color: rgb(4,196,140); }

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

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

 span { border-color: rgb(4,196,140); }

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