#12AA9C

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

Shades of Persian Green #12AA9C

Tints of Persian Green #12AA9C

Color information

#12AA9C (or 0x12AA9C) is unknown color: approx Persian Green. HEX triplet: 12, AA and 9C. RGB value is (18,170,156). Sum of RGB (Red+Green+Blue) = 18+170+156=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AA9C is #ED5563. Grayscale: #7A7A7A. Windows color (decimal): -15553892 or 10267154. OLE color: 10267154.

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

Color convert

RGB18170156-
CMYK0.8900.080.33
HSL174.47º80.85%36.86%-
HSV(B)174.47º89.41%66.67%-
XYZ20.6231.2836.4-
YUV122.96146.6453.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.23%
GREEN value IS 170 (66.80% from 255) = 49.42%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=5.23%
G=49.42%
B=45.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181701560.8900.080.33174.4780.8536.86
Hex12AA9C590821ae5125
Octal222522341310104125612145
Binary100101010101010011100101100101000100001101011101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12AA9C;
 }
 .AnyTagClassName
 {
   color: #12AA9C;
 }
</style>
background-color css

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

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

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

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

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

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