#03BE6E

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

Shades of Jade #03BE6E

Tints of Jade #03BE6E

Color information

#03BE6E (or 0x03BE6E) is unknown color: approx Jade. HEX triplet: 03, BE and 6E. RGB value is (3,190,110). Sum of RGB (Red+Green+Blue) = 3+190+110=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 190 (74.61% from 255 or 62.71% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 190 - color contains mainly: green. Hex color #03BE6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BE6E is #FC4191. Grayscale: #7D7D7D. Windows color (decimal): -16531858 or 7257603. OLE color: 7257603.

HSL color Cylindrical-coordinate representation of color #03BE6E: hue angle of 154.33º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BE6E is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB3190110-
CMYK0.9800.420.25
HSL154.33º96.89%37.84%-
HSV(B)154.33º98.42%74.51%-
XYZ21.2737.9720.96-
YUV124.97119.5541-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.99%
GREEN value IS 190 (74.61% from 255) = 62.71%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=0.99%
G=62.71%
B=36.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31901100.9800.420.25154.3396.8937.84
Hex3BE6E6202A199a6126
Octal32761561420523123214146
Binary111011111011011101100010010101011001100110101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,190,110); }

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

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

 a { background-color: rgb(3,190,110); }

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

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

 span { border-color: rgb(3,190,110); }

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