#06BB6E

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

Shades of Jade #06BB6E

Tints of Jade #06BB6E

Color information

#06BB6E (or 0x06BB6E) is unknown color: approx Jade. HEX triplet: 06, BB and 6E. RGB value is (6,187,110). Sum of RGB (Red+Green+Blue) = 6+187+110=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 187 (73.44% from 255 or 61.72% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 187 - color contains mainly: green. Hex color #06BB6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BB6E is #F94491. Grayscale: #7C7C7C. Windows color (decimal): -16336018 or 7256838. OLE color: 7256838.

HSL color Cylindrical-coordinate representation of color #06BB6E: hue angle of 154.48º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BB6E is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB6187110-
CMYK0.9700.410.27
HSL154.48º93.78%37.84%-
HSV(B)154.48º96.79%73.33%-
XYZ20.6636.7120.75-
YUV124.1120.0343.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.98%
GREEN value IS 187 (73.44% from 255) = 61.72%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=1.98%
G=61.72%
B=36.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61871100.9700.410.27154.4893.7837.84
Hex6BB6E610291B9a5e26
Octal62731561410513323213646
Binary1101011101111011101100001010100111011100110101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06BB6E; }

 p { color: rgb(6,187,110); }

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

<style>
 a { background-color: #06BB6E; }

 a { background-color: rgb(6,187,110); }

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

<style>
 span { border-color: #06BB6E; }

 span { border-color: rgb(6,187,110); }

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