Html Css Color HEX #00AFA8 Persian Green

📋 copy color: '#00AFA8'

red 0 ◦ green 175 ◦ blue 168

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

Shades of Persian Green #00AFA8

Tints of Persian Green #00AFA8

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 168 (66.02% from 255) = 48.98%

R = 0%
G = 51.02%
B = 48.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#00AFA8 (or 0x00AFA8) is known color: Persian Green. HEX triplet: 00, AF and A8. RGB value is (0,175,168). Sum of RGB (Red+Green+Blue) = 0+175+168=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 168 (66.02% from 255 or 48.98% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #00AFA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AFA8 is #FF5057. Grayscale: #797979. Windows color (decimal): -16732248 or 11054848. OLE color: 11054848.

HSL color Cylindrical-coordinate representation of color #00AFA8: hue angle of 177.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFA8 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 175 168 -
CMYK 1 0 0.04 0.31
HSL 177.6º 1% 0.34% -
HSV(B) 177.6º 1% 0.69% -
XYZ 22.4 33.49 42.33 -
YUV 121.88 154.02 41.07 -
System Red Green Blue C M Y K H S L
Decimal 0 175 168 1 0 0.04 0.31 177.6 1 0.34
Hex 0 AF A8 64 0 4 1F B2 64 22
Octal 0 257 250 144 0 4 37 262 144 42
Binary 0 10101111 10101000 1100100 0 100 11111 10110010 1100100 100010

Color Harmonies of #00AFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFA8

Black with #00AFA8

Text Example


Text Example

White with #00AFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00AFA8;
 }
 .AnyTagClassName
 {
   color: #00AFA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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