#06AAA3

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

Shades of Persian Green #06AAA3

Tints of Persian Green #06AAA3

Color information

#06AAA3 (or 0x06AAA3) is unknown color: approx Persian Green. HEX triplet: 06, AA and A3. RGB value is (6,170,163). Sum of RGB (Red+Green+Blue) = 6+170+163=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #06AAA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AAA3 is #F9555C. Grayscale: #787878. Windows color (decimal): -16340317 or 10725894. OLE color: 10725894.

HSL color Cylindrical-coordinate representation of color #06AAA3: hue angle of 177.44º 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 #06AAA3 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB6170163-
CMYK0.9600.040.33
HSL177.44º93.18%34.51%-
HSV(B)177.44º96.47%66.67%-
XYZ21.0631.4339.61-
YUV120.17152.1746.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.77%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 163 (64.06% from 255) = 48.08%
R=1.77%
G=50.15%
B=48.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61701630.9600.040.33177.4493.1834.51
Hex6AAA3600421b15d23
Octal6252243140044126113543
Binary110101010101010001111000000100100001101100011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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