#1496a6

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

Shades of Pelorous #1496A6

Tints of Pelorous #1496A6

Color information

#1496A6 (or 0x1496A6) is unknown color: approx Pelorous. HEX triplet: 14, 96 and A6. RGB value is (20,150,166). Sum of RGB (Red+Green+Blue) = 20+150+166=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 166 (65.23% from 255 or 49.40% from 336); Max value from RGB is 166 - color contains mainly: blue. Hex color #1496A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1496A6 is #EB6959. Grayscale: #707070. Windows color (decimal): -15427930 or 10917396. OLE color: 10917396.

HSL color Cylindrical-coordinate representation of color #1496A6: hue angle of 186.58º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1496A6 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB20150166-
CMYK0.880.1000.35
HSL186.58º78.49%36.47%-
HSV(B)186.58º87.95%65.1%-
XYZ18.0824.7139.89-
YUV112.95157.9361.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.95%
GREEN value IS 150 (58.98% from 255) = 44.64%
BLUE value IS 166 (65.23% from 255) = 49.40%
R=5.95%
G=44.64%
B=49.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201501660.880.1000.35186.5878.4936.47
Hex1496A658A023bb4e24
Octal242262461301204327311644
Binary101001001011010100110101100010100100011101110111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1496a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1496a6; }

 p { color: rgb(20,150,166); }

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

<style>
 a { background-color: #1496a6; }

 a { background-color: rgb(20,150,166); }

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

<style>
 span { border-color: #1496a6; }

 span { border-color: rgb(20,150,166); }

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