#12A19C

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

Shades of Persian Green #12A19C

Tints of Persian Green #12A19C

Color information

#12A19C (or 0x12A19C) is unknown color: approx Persian Green. HEX triplet: 12, A1 and 9C. RGB value is (18,161,156). Sum of RGB (Red+Green+Blue) = 18+161+156=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #12A19C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A19C is #ED5E63. Grayscale: #757575. Windows color (decimal): -15556196 or 10264850. OLE color: 10264850.

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

Color convert

RGB18161156-
CMYK0.8900.030.37
HSL177.9º79.89%35.1%-
HSV(B)177.9º88.82%63.14%-
XYZ1928.0235.86-
YUV117.67149.6256.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.37%
GREEN value IS 161 (63.28% from 255) = 48.06%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=5.37%
G=48.06%
B=46.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal181611560.8900.030.37177.979.8935.1
Hex12A19C590325b25023
Octal22241234131034526212043
Binary1001010100001100111001011001011100101101100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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