#06AFA9

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

Shades of Persian Green #06AFA9

Tints of Persian Green #06AFA9

Color information

#06AFA9 (or 0x06AFA9) is unknown color: approx Persian Green. HEX triplet: 06, AF and A9. RGB value is (6,175,169). Sum of RGB (Red+Green+Blue) = 6+175+169=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #06AFA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AFA9 is #F95056. Grayscale: #7B7B7B. Windows color (decimal): -16339031 or 11120390. OLE color: 11120390.

HSL color Cylindrical-coordinate representation of color #06AFA9: hue angle of 177.87º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AFA9 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB6175169-
CMYK0.9700.030.31
HSL177.87º93.37%35.49%-
HSV(B)177.87º96.57%68.63%-
XYZ22.5733.5642.83-
YUV123.78153.5143.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.71%
GREEN value IS 175 (68.75% from 255) = 50%
BLUE value IS 169 (66.41% from 255) = 48.29%
R=1.71%
G=50%
B=48.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61751690.9700.030.31177.8793.3735.49
Hex6AFA961031Fb25d23
Octal6257251141033726213543
Binary1101010111110101001110000101111111101100101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,175,169); }

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

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

 a { background-color: rgb(6,175,169); }

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

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

 span { border-color: rgb(6,175,169); }

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