#03B47C

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

Shades of Jade #03B47C

Tints of Jade #03B47C

Color information

#03B47C (or 0x03B47C) is unknown color: approx Jade. HEX triplet: 03, B4 and 7C. RGB value is (3,180,124). Sum of RGB (Red+Green+Blue) = 3+180+124=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #03B47C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B47C is #FC4B83. Grayscale: #787878. Windows color (decimal): -16534404 or 8172547. OLE color: 8172547.

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

Color convert

RGB3180124-
CMYK0.9800.310.29
HSL161.02º96.72%35.88%-
HSV(B)161.02º98.33%70.59%-
XYZ2034.1224.6-
YUV120.69129.8644.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 180 (70.70% from 255) = 58.63%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=0.98%
G=58.63%
B=40.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31801240.9800.310.29161.0296.7235.88
Hex3B47C6201F1Da16124
Octal32641741420373524114144
Binary11101101001111100110001001111111101101000011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,180,124); }

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

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

 a { background-color: rgb(3,180,124); }

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

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

 span { border-color: rgb(3,180,124); }

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