#08AFA4

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

Shades of Persian Green #08AFA4

Tints of Persian Green #08AFA4

Color information

#08AFA4 (or 0x08AFA4) is unknown color: approx Persian Green. HEX triplet: 08, AF and A4. RGB value is (8,175,164). Sum of RGB (Red+Green+Blue) = 8+175+164=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #08AFA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AFA4 is #F7505B. Grayscale: #7B7B7B. Windows color (decimal): -16207964 or 10792712. OLE color: 10792712.

HSL color Cylindrical-coordinate representation of color #08AFA4: hue angle of 176.05º 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 #08AFA4 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB8175164-
CMYK0.9500.060.31
HSL176.05º91.26%35.88%-
HSV(B)176.05º95.43%68.63%-
XYZ22.1333.3940.4-
YUV123.81150.6745.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.31%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 164 (64.45% from 255) = 47.26%
R=2.31%
G=50.43%
B=47.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81751640.9500.060.31176.0591.2635.88
Hex8AFA45F061Fb05b24
Octal10257244137063726013344
Binary100010101111101001001011111011011111101100001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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