Html Css Color HEX #10A194 Persian Green

📋 copy color: '#10A194'

red 16 ◦ green 161 ◦ blue 148

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

Shades of Persian Green #10A194

Tints of Persian Green #10A194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.54%

R = 4.92%
G = 49.54%
B = 45.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#10A194 (or 0x10A194) is known color: Persian Green. HEX triplet: 10, A1 and 94. RGB value is (16,161,148). Sum of RGB (Red+Green+Blue) = 16+161+148=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #10A194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A194 is #EF5E6B. Grayscale: #747474. Windows color (decimal): -15687276 or 9740560. OLE color: 9740560.

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

Color convert

RGB 16 161 148 -
CMYK 0.90 0 0.08 0.37
HSL 174.62º 0.82% 0.35% -
HSV(B) 174.62º 0.9% 0.63% -
XYZ 18.3 27.74 32.41 -
YUV 116.16 145.96 56.56 -
System Red Green Blue C M Y K H S L
Decimal 16 161 148 0.90 0 0.08 0.37 174.62 0.82 0.35
Hex 10 A1 94 5A 0 8 25 AF 52 23
Octal 20 241 224 132 0 10 45 257 122 43
Binary 10000 10100001 10010100 1011010 0 1000 100101 10101111 1010010 100011

Color Harmonies of #10A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A194

Black with #10A194

Text Example


Text Example

White with #10A194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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