#12AA98

Color #12AA98 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #12AA98

Tints of Persian Green #12AA98

Color information

#12AA98 (or 0x12AA98) is unknown color: approx 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

RGB18170152-
CMYK0.8900.110.33
HSL172.89º80.85%36.86%-
HSV(B)172.89º89.41%66.67%-
XYZ20.2931.1534.65-
YUV122.5144.6453.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.29%
GREEN value IS 170 (66.80% from 255) = 50%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=5.29%
G=50%
B=44.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181701520.8900.110.33172.8980.8536.86
Hex12AA98590B21ad5125
Octal222522301310134125512145
Binary100101010101010011000101100101011100001101011011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>