Html Css Color HEX #04C394 Caribbean Green

📋 copy color: '#04C394'

red 4 ◦ green 195 ◦ blue 148

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

Shades of Caribbean Green #04C394

Tints of Caribbean Green #04C394

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.2%

 BLUE value IS 148 (58.2% from 255) = 42.65%

R = 1.15%
G = 56.2%
B = 42.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#04C394 (or 0x04C394) is known color: Caribbean Green. HEX triplet: 04, C3 and 94. RGB value is (4,195,148). Sum of RGB (Red+Green+Blue) = 4+195+148=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #04C394 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C394 is #FB3C6B. Grayscale: #848484. Windows color (decimal): -16465004 or 9749252. OLE color: 9749252.

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

Color convert

RGB 4 195 148 -
CMYK 0.98 0 0.24 0.24
HSL 165.24º 0.96% 0.39% -
HSV(B) 165.24º 0.98% 0.76% -
XYZ 24.91 41.19 34.66 -
YUV 132.53 136.72 36.32 -
System Red Green Blue C M Y K H S L
Decimal 4 195 148 0.98 0 0.24 0.24 165.24 0.96 0.39
Hex 4 C3 94 62 0 18 18 A5 60 27
Octal 4 303 224 142 0 30 30 245 140 47
Binary 100 11000011 10010100 1100010 0 11000 11000 10100101 1100000 100111

Color Harmonies of #04C394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C394

Black with #04C394

Text Example


Text Example

White with #04C394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,195,148); }

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

background-color css

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

 a { background-color: rgb(4,195,148); }

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

border-color css

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

 span { border-color: rgb(4,195,148); }

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