#12A69A

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

Shades of Persian Green #12A69A

Tints of Persian Green #12A69A

Color information

#12A69A (or 0x12A69A) is unknown color: approx Persian Green. HEX triplet: 12, A6 and 9A. RGB value is (18,166,154). Sum of RGB (Red+Green+Blue) = 18+166+154=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #12A69A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A69A is #ED5965. Grayscale: #787878. Windows color (decimal): -15554918 or 10135058. OLE color: 10135058.

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

Color convert

RGB18166154-
CMYK0.8900.070.35
HSL175.14º80.43%36.08%-
HSV(B)175.14º89.16%65.1%-
XYZ19.7229.7335.27-
YUV120.38146.9754.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.33%
GREEN value IS 166 (65.23% from 255) = 49.11%
BLUE value IS 154 (60.55% from 255) = 45.56%
R=5.33%
G=49.11%
B=45.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181661540.8900.070.35175.1480.4336.08
Hex12A69A590723af5024
Octal22246232131074325712044
Binary10010101001101001101010110010111100011101011111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,166,154); }

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

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

 a { background-color: rgb(18,166,154); }

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

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

 span { border-color: rgb(18,166,154); }

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