#12A2B4

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

Shades of Pelorous #12A2B4

Tints of Pelorous #12A2B4

Color information

#12A2B4 (or 0x12A2B4) is unknown color: approx Pelorous. HEX triplet: 12, A2 and B4. RGB value is (18,162,180). Sum of RGB (Red+Green+Blue) = 18+162+180=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #12A2B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A2B4 is #ED5D4B. Grayscale: #787878. Windows color (decimal): -15555916 or 11837970. OLE color: 11837970.

HSL color Cylindrical-coordinate representation of color #12A2B4: hue angle of 186.67º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A2B4 is Cyan = 0.9, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18162180-
CMYK0.90.100.29
HSL186.67º81.82%38.82%-
HSV(B)186.67º90%70.59%-
XYZ21.4129.2647.7-
YUV121161.2954.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 180 (70.70% from 255) = 50%
R=5%
G=45%
B=50%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181621800.90.100.29186.6781.8238.82
Hex12A2B45AA01Dbb5227
Octal222422641321203527312247
Binary10010101000101011010010110101010011101101110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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