#03BB75

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

Shades of Jade #03BB75

Tints of Jade #03BB75

Color information

#03BB75 (or 0x03BB75) is unknown color: approx Jade. HEX triplet: 03, BB and 75. RGB value is (3,187,117). Sum of RGB (Red+Green+Blue) = 3+187+117=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 187 (73.44% from 255 or 60.91% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BB75 is #FC448A. Grayscale: #7C7C7C. Windows color (decimal): -16532619 or 7715587. OLE color: 7715587.

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

Color convert

RGB3187117-
CMYK0.9800.370.27
HSL157.17º96.84%37.25%-
HSV(B)157.17º98.4%73.33%-
XYZ21.0236.8422.83-
YUV124124.0441.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 187 (73.44% from 255) = 60.91%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=0.98%
G=60.91%
B=38.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31871170.9800.370.27157.1796.8437.25
Hex3BB75620251B9d6125
Octal32731651420453323514145
Binary111011101111101011100010010010111011100111011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,187,117); }

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

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

 a { background-color: rgb(3,187,117); }

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

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

 span { border-color: rgb(3,187,117); }

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