#03c176

Color #03C176 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #03C176

Tints of Jade #03C176

Color information

#03C176 (or 0x03C176) is unknown color: approx Jade. HEX triplet: 03, C1 and 76. RGB value is (3,193,118). Sum of RGB (Red+Green+Blue) = 3+193+118=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #03C176 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C176 is #FC3E89. Grayscale: #7F7F7F. Windows color (decimal): -16531082 or 7782659. OLE color: 7782659.

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

Color convert

RGB3193118-
CMYK0.9800.390.24
HSL156.32º96.94%38.43%-
HSV(B)156.32º98.45%75.69%-
XYZ22.3839.4723.58-
YUV127.64122.5539.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.96%
GREEN value IS 193 (75.78% from 255) = 61.46%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=0.96%
G=61.46%
B=37.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31931180.9800.390.24156.3296.9438.43
Hex3C17662027189c6126
Octal33011661420473023414146
Binary111100000111101101100010010011111000100111001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03c176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03c176; }

 p { color: rgb(3,193,118); }

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

<style>
 a { background-color: #03c176; }

 a { background-color: rgb(3,193,118); }

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

<style>
 span { border-color: #03c176; }

 span { border-color: rgb(3,193,118); }

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