#12A2AE

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

Shades of Pelorous #12A2AE

Tints of Pelorous #12A2AE

Color information

#12A2AE (or 0x12A2AE) is unknown color: approx Pelorous. HEX triplet: 12, A2 and AE. RGB value is (18,162,174). Sum of RGB (Red+Green+Blue) = 18+162+174=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #12A2AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A2AE is #ED5D51. Grayscale: #787878. Windows color (decimal): -15555922 or 11444754. OLE color: 11444754.

HSL color Cylindrical-coordinate representation of color #12A2AE: hue angle of 184.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A2AE is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB18162174-
CMYK0.900.0700.32
HSL184.62º81.25%37.65%-
HSV(B)184.62º89.66%68.24%-
XYZ20.8129.0344.55-
YUV120.31158.2955.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.08%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=5.08%
G=45.76%
B=49.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal181621740.900.0700.32184.6281.2537.65
Hex12A2AE5A7020b95126
Octal22242256132704027112146
Binary10010101000101010111010110101110100000101110011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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