Html Css Color HEX #10AB9E Persian Green

📋 copy color: '#10AB9E'

red 16 ◦ green 171 ◦ blue 158

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

Shades of Persian Green #10AB9E

Tints of Persian Green #10AB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.57%

 BLUE value IS 158 (62.11% from 255) = 45.8%

R = 4.64%
G = 49.57%
B = 45.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#10AB9E (or 0x10AB9E) is known color: Persian Green. HEX triplet: 10, AB and 9E. RGB value is (16,171,158). Sum of RGB (Red+Green+Blue) = 16+171+158=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AB9E is #EF5461. Grayscale: #7B7B7B. Windows color (decimal): -15684706 or 10398480. OLE color: 10398480.

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

Color convert

RGB 16 171 158 -
CMYK 0.91 0 0.08 0.33
HSL 174.97º 0.83% 0.37% -
HSV(B) 174.97º 0.91% 0.67% -
XYZ 20.95 31.7 37.36 -
YUV 123.17 147.65 51.56 -
System Red Green Blue C M Y K H S L
Decimal 16 171 158 0.91 0 0.08 0.33 174.97 0.83 0.37
Hex 10 AB 9E 5B 0 8 21 AF 53 25
Octal 20 253 236 133 0 10 41 257 123 45
Binary 10000 10101011 10011110 1011011 0 1000 100001 10101111 1010011 100101

Color Harmonies of #10AB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB9E

Black with #10AB9E

Text Example


Text Example

White with #10AB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,158); }

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

background-color css

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

 a { background-color: rgb(16,171,158); }

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

border-color css

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

 span { border-color: rgb(16,171,158); }

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