Html Css Color HEX #10A393 Persian Green

📋 copy color: '#10A393'

red 16 ◦ green 163 ◦ blue 147

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

Shades of Persian Green #10A393

Tints of Persian Green #10A393

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50%

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

R = 4.91%
G = 50%
B = 45.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#10A393 (or 0x10A393) is known color: Persian Green. HEX triplet: 10, A3 and 93. RGB value is (16,163,147). Sum of RGB (Red+Green+Blue) = 16+163+147=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #10A393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A393 is #EF5C6C. Grayscale: #757575. Windows color (decimal): -15686765 or 9675536. OLE color: 9675536.

HSL color Cylindrical-coordinate representation of color #10A393: hue angle of 173.47º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A393 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 163 147 -
CMYK 0.90 0 0.10 0.36
HSL 173.47º 0.82% 0.35% -
HSV(B) 173.47º 0.9% 0.64% -
XYZ 18.58 28.41 32.11 -
YUV 117.22 144.8 55.8 -
System Red Green Blue C M Y K H S L
Decimal 16 163 147 0.90 0 0.10 0.36 173.47 0.82 0.35
Hex 10 A3 93 5A 0 A 24 AD 52 23
Octal 20 243 223 132 0 12 44 255 122 43
Binary 10000 10100011 10010011 1011010 0 1010 100100 10101101 1010010 100011

Color Harmonies of #10A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A393

Black with #10A393

Text Example


Text Example

White with #10A393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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