Html Css Color HEX #12AA98 Persian Green

📋 copy color: '#12AA98'

red 18 ◦ green 170 ◦ blue 152

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

Shades of Persian Green #12AA98

Tints of Persian Green #12AA98

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50%

 BLUE value IS 152 (59.77% from 255) = 44.71%

R = 5.29%
G = 50%
B = 44.71%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#12AA98 (or 0x12AA98) is known color: Persian Green. HEX triplet: 12, AA and 98. RGB value is (18,170,152). Sum of RGB (Red+Green+Blue) = 18+170+152=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AA98 is #ED5567. Grayscale: #7A7A7A. Windows color (decimal): -15553896 or 10005010. OLE color: 10005010.

HSL color Cylindrical-coordinate representation of color #12AA98: hue angle of 172.89º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AA98 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 170 152 -
CMYK 0.89 0 0.11 0.33
HSL 172.89º 0.81% 0.37% -
HSV(B) 172.89º 0.89% 0.67% -
XYZ 20.29 31.15 34.65 -
YUV 122.5 144.64 53.46 -
System Red Green Blue C M Y K H S L
Decimal 18 170 152 0.89 0 0.11 0.33 172.89 0.81 0.37
Hex 12 AA 98 59 0 B 21 AD 51 25
Octal 22 252 230 131 0 13 41 255 121 45
Binary 10010 10101010 10011000 1011001 0 1011 100001 10101101 1010001 100101

Color Harmonies of #12AA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA98

Black with #12AA98

Text Example


Text Example

White with #12AA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,170,152); }

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

background-color css

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

 a { background-color: rgb(18,170,152); }

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

border-color css

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

 span { border-color: rgb(18,170,152); }

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