#03B666

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

Shades of Jade #03B666

Tints of Jade #03B666

Color information

#03B666 (or 0x03B666) is unknown color: approx Jade. HEX triplet: 03, B6 and 66. RGB value is (3,182,102). Sum of RGB (Red+Green+Blue) = 3+182+102=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 182 (71.48% from 255 or 63.41% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 182 - color contains mainly: green. Hex color #03B666 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B666 is #FC4999. Grayscale: #777777. Windows color (decimal): -16533914 or 6731267. OLE color: 6731267.

HSL color Cylindrical-coordinate representation of color #03B666: hue angle of 153.18º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B666 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB3182102-
CMYK0.9800.440.29
HSL153.18º96.76%36.27%-
HSV(B)153.18º98.35%71.37%-
XYZ19.1634.4318.21-
YUV119.36118.245-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 182 (71.48% from 255) = 63.41%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=1.05%
G=63.41%
B=35.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31821020.9800.440.29153.1896.7636.27
Hex3B6666202C1D996124
Octal32661461420543523114144
Binary111011011011001101100010010110011101100110011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,182,102); }

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

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

 a { background-color: rgb(3,182,102); }

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

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

 span { border-color: rgb(3,182,102); }

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