Html Css Color HEX #0AAF9B Persian Green

📋 copy color: '#0AAF9B'

red 10 ◦ green 175 ◦ blue 155

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

Shades of Persian Green #0AAF9B

Tints of Persian Green #0AAF9B

RGB

 RED value IS 10 (4.3% from 255) = 2.94%

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

 BLUE value IS 155 (60.94% from 255) = 45.59%

R = 2.94%
G = 51.47%
B = 45.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#0AAF9B (or 0x0AAF9B) is known color: Persian Green. HEX triplet: 0A, AF and 9B. RGB value is (10,175,155). Sum of RGB (Red+Green+Blue) = 10+175+155=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAF9B is #F55064. Grayscale: #7B7B7B. Windows color (decimal): -16076901 or 10202890. OLE color: 10202890.

HSL color Cylindrical-coordinate representation of color #0AAF9B: hue angle of 172.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAF9B is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 10 175 155 -
CMYK 0.94 0 0.11 0.31
HSL 172.73º 0.89% 0.36% -
HSV(B) 172.73º 0.94% 0.69% -
XYZ 21.37 33.09 36.27 -
YUV 123.39 145.84 47.13 -
System Red Green Blue C M Y K H S L
Decimal 10 175 155 0.94 0 0.11 0.31 172.73 0.89 0.36
Hex A AF 9B 5E 0 B 1F AD 59 24
Octal 12 257 233 136 0 13 37 255 131 44
Binary 1010 10101111 10011011 1011110 0 1011 11111 10101101 1011001 100100

Color Harmonies of #0AAF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAF9B

Black with #0AAF9B

Text Example


Text Example

White with #0AAF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AAF9B; }

 p { color: rgb(10,175,155); }

 H1.HeaderClassName
 {
   color: #0AAF9B;
 }
 .AnyTagClassName
 {
   color: #0AAF9B;
 }
</style>

background-color css

<style>
 a { background-color: #0AAF9B; }

 a { background-color: rgb(10,175,155); }

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

border-color css

<style>
 span { border-color: #0AAF9B; }

 span { border-color: rgb(10,175,155); }

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