#12A29D

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

Shades of Persian Green #12A29D

Tints of Persian Green #12A29D

Color information

#12A29D (or 0x12A29D) is unknown color: approx Persian Green. HEX triplet: 12, A2 and 9D. RGB value is (18,162,157). Sum of RGB (Red+Green+Blue) = 18+162+157=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #12A29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A29D is #ED5D62. Grayscale: #767676. Windows color (decimal): -15555939 or 10330642. OLE color: 10330642.

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

Color convert

RGB18162157-
CMYK0.8900.030.36
HSL177.92º80%35.29%-
HSV(B)177.92º88.89%63.53%-
XYZ19.2628.436.37-
YUV118.37149.7956.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=5.34%
G=48.07%
B=46.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181621570.8900.030.36177.928035.29
Hex12A29D590324b25023
Octal22242235131034426212043
Binary1001010100010100111011011001011100100101100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,162,157); }

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

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

 a { background-color: rgb(18,162,157); }

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

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

 span { border-color: rgb(18,162,157); }

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