Html Css Color HEX #10A19C Persian Green

📋 copy color: '#10A19C'

red 16 ◦ green 161 ◦ blue 156

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

Shades of Persian Green #10A19C

Tints of Persian Green #10A19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.85%

R = 4.8%
G = 48.35%
B = 46.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#10A19C (or 0x10A19C) is known color: Persian Green. HEX triplet: 10, A1 and 9C. RGB value is (16,161,156). Sum of RGB (Red+Green+Blue) = 16+161+156=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #10A19C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A19C is #EF5E63. Grayscale: #747474. Windows color (decimal): -15687268 or 10264848. OLE color: 10264848.

HSL color Cylindrical-coordinate representation of color #10A19C: hue angle of 177.93º 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 #10A19C is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 161 156 -
CMYK 0.90 0 0.03 0.37
HSL 177.93º 0.82% 0.35% -
HSV(B) 177.93º 0.9% 0.63% -
XYZ 18.96 28 35.86 -
YUV 117.08 149.96 55.91 -
System Red Green Blue C M Y K H S L
Decimal 16 161 156 0.90 0 0.03 0.37 177.93 0.82 0.35
Hex 10 A1 9C 5A 0 3 25 B2 52 23
Octal 20 241 234 132 0 3 45 262 122 43
Binary 10000 10100001 10011100 1011010 0 11 100101 10110010 1010010 100011

Color Harmonies of #10A19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A19C

Black with #10A19C

Text Example


Text Example

White with #10A19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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