#06BE6F

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

Shades of Jade #06BE6F

Tints of Jade #06BE6F

Color information

#06BE6F (or 0x06BE6F) is unknown color: approx Jade. HEX triplet: 06, BE and 6F. RGB value is (6,190,111). Sum of RGB (Red+Green+Blue) = 6+190+111=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 190 (74.61% from 255 or 61.89% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 190 - color contains mainly: green. Hex color #06BE6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BE6F is #F94190. Grayscale: #7E7E7E. Windows color (decimal): -16335249 or 7323142. OLE color: 7323142.

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

Color convert

RGB6190111-
CMYK0.9700.420.25
HSL154.24º93.88%38.43%-
HSV(B)154.24º96.84%74.51%-
XYZ21.3638.0121.25-
YUV125.98119.5442.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 190 (74.61% from 255) = 61.89%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=1.95%
G=61.89%
B=36.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61901110.9700.420.25154.2493.8838.43
Hex6BE6F6102A199a5e26
Octal62761571410523123213646
Binary1101011111011011111100001010101011001100110101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,190,111); }

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

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

 a { background-color: rgb(6,190,111); }

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

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

 span { border-color: rgb(6,190,111); }

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