Html Css Color HEX #08AF8C Persian Green

📋 copy color: '#08AF8C'

red 8 ◦ green 175 ◦ blue 140

#08AF8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #08AF8C

Tints of Persian Green #08AF8C

RGB

 RED value IS 8 (3.52% from 255) = 2.48%

 GREEN value IS 175 (68.75% from 255) = 54.18%

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 2.48%
G = 54.18%
B = 43.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#08AF8C (or 0x08AF8C) is known color: Persian Green. HEX triplet: 08, AF and 8C. RGB value is (8,175,140). Sum of RGB (Red+Green+Blue) = 8+175+140=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AF8C is #F75073. Grayscale: #797979. Windows color (decimal): -16207988 or 9219848. OLE color: 9219848.

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

Color convert

RGB 8 175 140 -
CMYK 0.95 0 0.2 0.31
HSL 167.43º 0.91% 0.36% -
HSV(B) 167.43º 0.95% 0.69% -
XYZ 20.16 32.61 30.04 -
YUV 121.08 138.67 47.35 -
System Red Green Blue C M Y K H S L
Decimal 8 175 140 0.95 0 0.2 0.31 167.43 0.91 0.36
Hex 8 AF 8C 5F 0 14 1F A7 5B 24
Octal 10 257 214 137 0 24 37 247 133 44
Binary 1000 10101111 10001100 1011111 0 10100 11111 10100111 1011011 100100

Color Harmonies of #08AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AF8C

Black with #08AF8C

Text Example


Text Example

White with #08AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08AF8C;
 }
 .AnyTagClassName
 {
   color: #08AF8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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