#12A2B6

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

Shades of Pelorous #12A2B6

Tints of Pelorous #12A2B6

Color information

#12A2B6 (or 0x12A2B6) is unknown color: approx Pelorous. HEX triplet: 12, A2 and B6. RGB value is (18,162,182). Sum of RGB (Red+Green+Blue) = 18+162+182=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #12A2B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A2B6 is #ED5D49. Grayscale: #797979. Windows color (decimal): -15555914 or 11969042. OLE color: 11969042.

HSL color Cylindrical-coordinate representation of color #12A2B6: hue angle of 187.32º 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 #12A2B6 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18162182-
CMYK0.900.1100.29
HSL187.32º82%39.22%-
HSV(B)187.32º90.11%71.37%-
XYZ21.6129.3548.78-
YUV121.22162.2954.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.97%
GREEN value IS 162 (63.67% from 255) = 44.75%
BLUE value IS 182 (71.48% from 255) = 50.28%
R=4.97%
G=44.75%
B=50.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181621820.900.1100.29187.328239.22
Hex12A2B65AB01Dbb5227
Octal222422661321303527312247
Binary10010101000101011011010110101011011101101110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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