#06A6A3

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

Shades of Persian Green #06A6A3

Tints of Persian Green #06A6A3

Color information

#06A6A3 (or 0x06A6A3) is unknown color: approx Persian Green. HEX triplet: 06, A6 and A3. RGB value is (6,166,163). Sum of RGB (Red+Green+Blue) = 6+166+163=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 166 (65.23% from 255 or 49.55% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 166 - color contains mainly: green. Hex color #06A6A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A6A3 is #F9595C. Grayscale: #757575. Windows color (decimal): -16341341 or 10724870. OLE color: 10724870.

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

Color convert

RGB6166163-
CMYK0.9600.020.35
HSL178.88º93.02%33.73%-
HSV(B)178.88º96.39%65.1%-
XYZ20.3229.9639.36-
YUV117.82153.4948.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 166 (65.23% from 255) = 49.55%
BLUE value IS 163 (64.06% from 255) = 48.66%
R=1.79%
G=49.55%
B=48.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61661630.9600.020.35178.8893.0233.73
Hex6A6A3600223b35d22
Octal6246243140024326313542
Binary11010100110101000111100000010100011101100111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,166,163); }

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

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

 a { background-color: rgb(6,166,163); }

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

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

 span { border-color: rgb(6,166,163); }

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