#12A0AB

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

Shades of Pelorous #12A0AB

Tints of Pelorous #12A0AB

Color information

#12A0AB (or 0x12A0AB) is unknown color: approx Pelorous. HEX triplet: 12, A0 and AB. RGB value is (18,160,171). Sum of RGB (Red+Green+Blue) = 18+160+171=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #12A0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A0AB is #ED5F54. Grayscale: #767676. Windows color (decimal): -15556437 or 11247634. OLE color: 11247634.

HSL color Cylindrical-coordinate representation of color #12A0AB: hue angle of 184.31º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A0AB is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18160171-
CMYK0.890.0600.33
HSL184.31º80.95%37.06%-
HSV(B)184.31º89.47%67.06%-
XYZ20.1728.2142.91-
YUV118.8157.4656.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.16%
GREEN value IS 160 (62.89% from 255) = 45.85%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=5.16%
G=45.85%
B=49.00%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181601710.890.0600.33184.3180.9537.06
Hex12A0AB596021b85125
Octal22240253131604127012145
Binary10010101000001010101110110011100100001101110001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,160,171); }

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

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

 a { background-color: rgb(18,160,171); }

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

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

 span { border-color: rgb(18,160,171); }

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