Html Css Color HEX #04C096 Caribbean Green

📋 copy color: '#04C096'

red 4 ◦ green 192 ◦ blue 150

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

Shades of Caribbean Green #04C096

Tints of Caribbean Green #04C096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.35%

R = 1.16%
G = 55.49%
B = 43.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#04C096 (or 0x04C096) is known color: Caribbean Green. HEX triplet: 04, C0 and 96. RGB value is (4,192,150). Sum of RGB (Red+Green+Blue) = 4+192+150=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #04C096 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C096 is #FB3F69. Grayscale: #828282. Windows color (decimal): -16465770 or 9879556. OLE color: 9879556.

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

Color convert

RGB 4 192 150 -
CMYK 0.98 0 0.22 0.25
HSL 166.6º 0.96% 0.38% -
HSV(B) 166.6º 0.98% 0.75% -
XYZ 24.4 39.93 35.27 -
YUV 131 138.72 37.42 -
System Red Green Blue C M Y K H S L
Decimal 4 192 150 0.98 0 0.22 0.25 166.6 0.96 0.38
Hex 4 C0 96 62 0 16 19 A7 60 26
Octal 4 300 226 142 0 26 31 247 140 46
Binary 100 11000000 10010110 1100010 0 10110 11001 10100111 1100000 100110

Color Harmonies of #04C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C096

Black with #04C096

Text Example


Text Example

White with #04C096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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