Html Css Color HEX #12A097 Persian Green

📋 copy color: '#12A097'

red 18 ◦ green 160 ◦ blue 151

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

Shades of Persian Green #12A097

Tints of Persian Green #12A097

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.63%

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

R = 5.47%
G = 48.63%
B = 45.9%

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

#12A097 (or 0x12A097) is known color: Persian Green. HEX triplet: 12, A0 and 97. RGB value is (18,160,151). Sum of RGB (Red+Green+Blue) = 18+160+151=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #12A097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A097 is #ED5F68. Grayscale: #747474. Windows color (decimal): -15556457 or 9936914. OLE color: 9936914.

HSL color Cylindrical-coordinate representation of color #12A097: hue angle of 176.2º 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 #12A097 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 160 151 -
CMYK 0.89 0 0.06 0.37
HSL 176.2º 0.8% 0.35% -
HSV(B) 176.2º 0.89% 0.63% -
XYZ 18.41 27.5 33.62 -
YUV 116.52 147.46 57.73 -
System Red Green Blue C M Y K H S L
Decimal 18 160 151 0.89 0 0.06 0.37 176.2 0.8 0.35
Hex 12 A0 97 59 0 6 25 B0 50 23
Octal 22 240 227 131 0 6 45 260 120 43
Binary 10010 10100000 10010111 1011001 0 110 100101 10110000 1010000 100011

Color Harmonies of #12A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A097

Black with #12A097

Text Example


Text Example

White with #12A097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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