#08AFA2

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

Shades of Persian Green #08AFA2

Tints of Persian Green #08AFA2

Color information

#08AFA2 (or 0x08AFA2) is unknown color: approx Persian Green. HEX triplet: 08, AF and A2. RGB value is (8,175,162). Sum of RGB (Red+Green+Blue) = 8+175+162=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #08AFA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AFA2 is #F7505D. Grayscale: #7B7B7B. Windows color (decimal): -16207966 or 10661640. OLE color: 10661640.

HSL color Cylindrical-coordinate representation of color #08AFA2: hue angle of 175.33º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AFA2 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB8175162-
CMYK0.9500.070.31
HSL175.33º91.26%35.88%-
HSV(B)175.33º95.43%68.63%-
XYZ21.9533.3239.46-
YUV123.58149.6745.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.32%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 162 (63.67% from 255) = 46.96%
R=2.32%
G=50.72%
B=46.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81751620.9500.070.31175.3391.2635.88
Hex8AFA25F071Faf5b24
Octal10257242137073725713344
Binary100010101111101000101011111011111111101011111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08AFA2; }

 p { color: rgb(8,175,162); }

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

<style>
 a { background-color: #08AFA2; }

 a { background-color: rgb(8,175,162); }

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

<style>
 span { border-color: #08AFA2; }

 span { border-color: rgb(8,175,162); }

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