#03BB6D

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

Shades of Jade #03BB6D

Tints of Jade #03BB6D

Color information

#03BB6D (or 0x03BB6D) is unknown color: approx Jade. HEX triplet: 03, BB and 6D. RGB value is (3,187,109). Sum of RGB (Red+Green+Blue) = 3+187+109=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 187 (73.44% from 255 or 62.54% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BB6D is #FC4492. Grayscale: #7B7B7B. Windows color (decimal): -16532627 or 7191299. OLE color: 7191299.

HSL color Cylindrical-coordinate representation of color #03BB6D: hue angle of 154.57º 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 #03BB6D is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB3187109-
CMYK0.9800.420.27
HSL154.57º96.84%37.25%-
HSV(B)154.57º98.4%73.33%-
XYZ20.5736.6620.46-
YUV123.09120.0442.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.00%
GREEN value IS 187 (73.44% from 255) = 62.54%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=1.00%
G=62.54%
B=36.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31871090.9800.420.27154.5796.8437.25
Hex3BB6D6202A1B9b6125
Octal32731551420523323314145
Binary111011101111011011100010010101011011100110111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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