Html Css Color HEX #10AA8F Persian Green

📋 copy color: '#10AA8F'

red 16 ◦ green 170 ◦ blue 143

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

Shades of Persian Green #10AA8F

Tints of Persian Green #10AA8F

RGB

 RED value IS 16 (6.64% from 255) = 4.86%

 GREEN value IS 170 (66.8% from 255) = 51.67%

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 4.86%
G = 51.67%
B = 43.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#10AA8F (or 0x10AA8F) is known color: Persian Green. HEX triplet: 10, AA and 8F. RGB value is (16,170,143). Sum of RGB (Red+Green+Blue) = 16+170+143=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AA8F is #EF5570. Grayscale: #787878. Windows color (decimal): -15684977 or 9415184. OLE color: 9415184.

HSL color Cylindrical-coordinate representation of color #10AA8F: hue angle of 169.48º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA8F is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 170 143 -
CMYK 0.91 0 0.16 0.33
HSL 169.48º 0.83% 0.36% -
HSV(B) 169.48º 0.91% 0.67% -
XYZ 19.55 30.84 30.91 -
YUV 120.88 140.48 53.2 -
System Red Green Blue C M Y K H S L
Decimal 16 170 143 0.91 0 0.16 0.33 169.48 0.83 0.36
Hex 10 AA 8F 5B 0 10 21 A9 53 24
Octal 20 252 217 133 0 20 41 251 123 44
Binary 10000 10101010 10001111 1011011 0 10000 100001 10101001 1010011 100100

Color Harmonies of #10AA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA8F

Black with #10AA8F

Text Example


Text Example

White with #10AA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AA8F; }

 p { color: rgb(16,170,143); }

 H1.HeaderClassName
 {
   color: #10AA8F;
 }
 .AnyTagClassName
 {
   color: #10AA8F;
 }
</style>

background-color css

<style>
 a { background-color: #10AA8F; }

 a { background-color: rgb(16,170,143); }

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

border-color css

<style>
 span { border-color: #10AA8F; }

 span { border-color: rgb(16,170,143); }

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