#06AFA8

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

Shades of Persian Green #06AFA8

Tints of Persian Green #06AFA8

Color information

#06AFA8 (or 0x06AFA8) is unknown color: approx Persian Green. HEX triplet: 06, AF and A8. RGB value is (6,175,168). Sum of RGB (Red+Green+Blue) = 6+175+168=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 168 (66.02% from 255 or 48.14% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #06AFA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AFA8 is #F95057. Grayscale: #7B7B7B. Windows color (decimal): -16339032 or 11054854. OLE color: 11054854.

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

Color convert

RGB6175168-
CMYK0.9700.040.31
HSL177.51º93.37%35.49%-
HSV(B)177.51º96.57%68.63%-
XYZ22.4733.5342.33-
YUV123.67153.0144.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.72%
GREEN value IS 175 (68.75% from 255) = 50.14%
BLUE value IS 168 (66.02% from 255) = 48.14%
R=1.72%
G=50.14%
B=48.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61751680.9700.040.31177.5193.3735.49
Hex6AFA861041Fb25d23
Octal6257250141043726213543
Binary11010101111101010001100001010011111101100101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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