Html Css Color HEX #10A997 Persian Green

📋 copy color: '#10A997'

red 16 ◦ green 169 ◦ blue 151

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

Shades of Persian Green #10A997

Tints of Persian Green #10A997

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.3%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 4.76%
G = 50.3%
B = 44.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#10A997 (or 0x10A997) is known color: Persian Green. HEX triplet: 10, A9 and 97. RGB value is (16,169,151). Sum of RGB (Red+Green+Blue) = 16+169+151=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #10A997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A997 is #EF5668. Grayscale: #797979. Windows color (decimal): -15685225 or 9939216. OLE color: 9939216.

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

Color convert

RGB 16 169 151 -
CMYK 0.91 0 0.11 0.34
HSL 172.94º 0.83% 0.36% -
HSV(B) 172.94º 0.91% 0.66% -
XYZ 19.99 30.72 34.15 -
YUV 121.2 144.81 52.96 -
System Red Green Blue C M Y K H S L
Decimal 16 169 151 0.91 0 0.11 0.34 172.94 0.83 0.36
Hex 10 A9 97 5B 0 B 22 AD 53 24
Octal 20 251 227 133 0 13 42 255 123 44
Binary 10000 10101001 10010111 1011011 0 1011 100010 10101101 1010011 100100

Color Harmonies of #10A997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A997

Black with #10A997

Text Example


Text Example

White with #10A997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,169,151); }

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

background-color css

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

 a { background-color: rgb(16,169,151); }

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

border-color css

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

 span { border-color: rgb(16,169,151); }

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