#06AB71

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

Shades of Jade #06AB71

Tints of Jade #06AB71

Color information

#06AB71 (or 0x06AB71) is unknown color: approx Jade. HEX triplet: 06, AB and 71. RGB value is (6,171,113). Sum of RGB (Red+Green+Blue) = 6+171+113=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AB71 is #F9548E. Grayscale: #737373. Windows color (decimal): -16340111 or 7449350. OLE color: 7449350.

HSL color Cylindrical-coordinate representation of color #06AB71: hue angle of 158.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AB71 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB6171113-
CMYK0.9600.340.33
HSL158.91º93.22%34.71%-
HSV(B)158.91º96.49%67.06%-
XYZ17.6230.3620.55-
YUV115.05126.8450.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.07%
GREEN value IS 171 (67.19% from 255) = 58.97%
BLUE value IS 113 (44.53% from 255) = 38.97%
R=2.07%
G=58.97%
B=38.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61711130.9600.340.33158.9193.2234.71
Hex6AB7160022219f5d23
Octal62531611400424123713543
Binary11010101011111000111000000100010100001100111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,171,113); }

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

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

 a { background-color: rgb(6,171,113); }

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

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

 span { border-color: rgb(6,171,113); }

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