Html Css Color HEX #12A197 Persian Green

📋 copy color: '#12A197'

red 18 ◦ green 161 ◦ blue 151

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

Shades of Persian Green #12A197

Tints of Persian Green #12A197

RGB

 RED value IS 18 (7.42% from 255) = 5.45%

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

 BLUE value IS 151 (59.38% from 255) = 45.76%

R = 5.45%
G = 48.79%
B = 45.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#12A197 (or 0x12A197) is known color: Persian Green. HEX triplet: 12, A1 and 97. RGB value is (18,161,151). Sum of RGB (Red+Green+Blue) = 18+161+151=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #12A197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A197 is #ED5E68. Grayscale: #757575. Windows color (decimal): -15556201 or 9937170. OLE color: 9937170.

HSL color Cylindrical-coordinate representation of color #12A197: hue angle of 175.8º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A197 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 161 151 -
CMYK 0.89 0 0.06 0.37
HSL 175.8º 0.8% 0.35% -
HSV(B) 175.8º 0.89% 0.63% -
XYZ 18.58 27.85 33.67 -
YUV 117.1 147.12 57.31 -
System Red Green Blue C M Y K H S L
Decimal 18 161 151 0.89 0 0.06 0.37 175.8 0.8 0.35
Hex 12 A1 97 59 0 6 25 B0 50 23
Octal 22 241 227 131 0 6 45 260 120 43
Binary 10010 10100001 10010111 1011001 0 110 100101 10110000 1010000 100011

Color Harmonies of #12A197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A197

Black with #12A197

Text Example


Text Example

White with #12A197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A197; }

 p { color: rgb(18,161,151); }

 H1.HeaderClassName
 {
   color: #12A197;
 }
 .AnyTagClassName
 {
   color: #12A197;
 }
</style>

background-color css

<style>
 a { background-color: #12A197; }

 a { background-color: rgb(18,161,151); }

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

border-color css

<style>
 span { border-color: #12A197; }

 span { border-color: rgb(18,161,151); }

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