Html Css Color HEX #10A993 Persian Green

📋 copy color: '#10A993'

red 16 ◦ green 169 ◦ blue 147

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

Shades of Persian Green #10A993

Tints of Persian Green #10A993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 4.82%
G = 50.9%
B = 44.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#10A993 (or 0x10A993) is known color: Persian Green. HEX triplet: 10, A9 and 93. RGB value is (16,169,147). Sum of RGB (Red+Green+Blue) = 16+169+147=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #10A993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A993 is #EF566C. Grayscale: #787878. Windows color (decimal): -15685229 or 9677072. OLE color: 9677072.

HSL color Cylindrical-coordinate representation of color #10A993: hue angle of 171.37º 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 #10A993 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 16 169 147 -
CMYK 0.91 0 0.13 0.34
HSL 171.37º 0.83% 0.36% -
HSV(B) 171.37º 0.91% 0.66% -
XYZ 19.67 30.59 32.47 -
YUV 120.75 142.81 53.29 -
System Red Green Blue C M Y K H S L
Decimal 16 169 147 0.91 0 0.13 0.34 171.37 0.83 0.36
Hex 10 A9 93 5B 0 D 22 AB 53 24
Octal 20 251 223 133 0 15 42 253 123 44
Binary 10000 10101001 10010011 1011011 0 1101 100010 10101011 1010011 100100

Color Harmonies of #10A993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A993

Black with #10A993

Text Example


Text Example

White with #10A993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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