#03BC76

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

Shades of Jade #03BC76

Tints of Jade #03BC76

Color information

#03BC76 (or 0x03BC76) is unknown color: approx Jade. HEX triplet: 03, BC and 76. RGB value is (3,188,118). Sum of RGB (Red+Green+Blue) = 3+188+118=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC76 is #FC4389. Grayscale: #7C7C7C. Windows color (decimal): -16532362 or 7781379. OLE color: 7781379.

HSL color Cylindrical-coordinate representation of color #03BC76: hue angle of 157.3º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC76 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB3188118-
CMYK0.9800.370.26
HSL157.3º96.86%37.45%-
HSV(B)157.3º98.4%73.73%-
XYZ21.2937.2923.22-
YUV124.7124.2141.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.97%
GREEN value IS 188 (73.83% from 255) = 60.84%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=0.97%
G=60.84%
B=38.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31881180.9800.370.26157.396.8637.45
Hex3BC76620251A9d6125
Octal32741661420453223514145
Binary111011110011101101100010010010111010100111011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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