#03B160

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

Shades of Jade #03B160

Tints of Jade #03B160

Color information

#03B160 (or 0x03B160) is unknown color: approx Jade. HEX triplet: 03, B1 and 60. RGB value is (3,177,96). Sum of RGB (Red+Green+Blue) = 3+177+96=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 177 (69.53% from 255 or 64.13% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 177 - color contains mainly: green. Hex color #03B160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B160 is #FC4E9F. Grayscale: #737373. Windows color (decimal): -16535200 or 6336771. OLE color: 6336771.

HSL color Cylindrical-coordinate representation of color #03B160: hue angle of 152.07º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B160 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB317796-
CMYK0.9800.460.31
HSL152.07º96.67%35.29%-
HSV(B)152.07º98.31%69.41%-
XYZ17.8732.3116.36-
YUV115.74116.8547.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 177 (69.53% from 255) = 64.13%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=1.09%
G=64.13%
B=34.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3177960.9800.460.31152.0796.6735.29
Hex3B1606202E1F986123
Octal32611401420563723014143
Binary111011000111000001100010010111011111100110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,177,96); }

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

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

 a { background-color: rgb(3,177,96); }

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

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

 span { border-color: rgb(3,177,96); }

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