#12a39b

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

Shades of Persian Green #12A39B

Tints of Persian Green #12A39B

Color information

#12A39B (or 0x12A39B) is unknown color: approx Persian Green. HEX triplet: 12, A3 and 9B. RGB value is (18,163,155). Sum of RGB (Red+Green+Blue) = 18+163+155=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #12A39B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A39B is #ED5C64. Grayscale: #767676. Windows color (decimal): -15555685 or 10199826. OLE color: 10199826.

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

Color convert

RGB18163155-
CMYK0.8900.050.36
HSL176.69º80.11%35.49%-
HSV(B)176.69º88.96%63.92%-
XYZ19.2628.6935.53-
YUV118.73148.4656.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.36%
GREEN value IS 163 (64.06% from 255) = 48.51%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=5.36%
G=48.51%
B=46.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181631550.8900.050.36176.6980.1135.49
Hex12A39B590524b15023
Octal22243233131054426112043
Binary10010101000111001101110110010101100100101100011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12a39b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,163,155); }

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

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

 a { background-color: rgb(18,163,155); }

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

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

 span { border-color: rgb(18,163,155); }

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