Html Css Color HEX #10A192 Persian Green

📋 copy color: '#10A192'

red 16 ◦ green 161 ◦ blue 146

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

Shades of Persian Green #10A192

Tints of Persian Green #10A192

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.85%

 BLUE value IS 146 (57.42% from 255) = 45.2%

R = 4.95%
G = 49.85%
B = 45.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#10A192 (or 0x10A192) is known color: Persian Green. HEX triplet: 10, A1 and 92. RGB value is (16,161,146). Sum of RGB (Red+Green+Blue) = 16+161+146=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #10A192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A192 is #EF5E6D. Grayscale: #737373. Windows color (decimal): -15687278 or 9609488. OLE color: 9609488.

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

Color convert

RGB 16 161 146 -
CMYK 0.90 0 0.09 0.37
HSL 173.79º 0.82% 0.35% -
HSV(B) 173.79º 0.9% 0.63% -
XYZ 18.15 27.68 31.58 -
YUV 115.94 144.96 56.72 -
System Red Green Blue C M Y K H S L
Decimal 16 161 146 0.90 0 0.09 0.37 173.79 0.82 0.35
Hex 10 A1 92 5A 0 9 25 AE 52 23
Octal 20 241 222 132 0 11 45 256 122 43
Binary 10000 10100001 10010010 1011010 0 1001 100101 10101110 1010010 100011

Color Harmonies of #10A192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A192

Black with #10A192

Text Example


Text Example

White with #10A192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,161,146); }

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

background-color css

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

 a { background-color: rgb(16,161,146); }

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

border-color css

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

 span { border-color: rgb(16,161,146); }

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