Html Css Color HEX #04C08C Caribbean Green

📋 copy color: '#04C08C'

red 4 ◦ green 192 ◦ blue 140

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

Shades of Caribbean Green #04C08C

Tints of Caribbean Green #04C08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 1.19%
G = 57.14%
B = 41.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#04C08C (or 0x04C08C) is known color: Caribbean Green. HEX triplet: 04, C0 and 8C. RGB value is (4,192,140). Sum of RGB (Red+Green+Blue) = 4+192+140=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #04C08C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C08C is #FB3F73. Grayscale: #818181. Windows color (decimal): -16465780 or 9224196. OLE color: 9224196.

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

Color convert

RGB 4 192 140 -
CMYK 0.98 0 0.27 0.25
HSL 163.4º 0.96% 0.38% -
HSV(B) 163.4º 0.98% 0.75% -
XYZ 23.63 39.62 31.21 -
YUV 129.86 133.72 38.23 -
System Red Green Blue C M Y K H S L
Decimal 4 192 140 0.98 0 0.27 0.25 163.4 0.96 0.38
Hex 4 C0 8C 62 0 1B 19 A3 60 26
Octal 4 300 214 142 0 33 31 243 140 46
Binary 100 11000000 10001100 1100010 0 11011 11001 10100011 1100000 100110

Color Harmonies of #04C08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C08C

Black with #04C08C

Text Example


Text Example

White with #04C08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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