#199AAB

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

Shades of Pelorous #199AAB

Tints of Pelorous #199AAB

Color information

#199AAB (or 0x199AAB) is unknown color: approx Pelorous. HEX triplet: 19, 9A and AB. RGB value is (25,154,171). Sum of RGB (Red+Green+Blue) = 25+154+171=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #199AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199AAB is #E66554. Grayscale: #757575. Windows color (decimal): -15099221 or 11246105. OLE color: 11246105.

HSL color Cylindrical-coordinate representation of color #199AAB: hue angle of 186.99º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199AAB is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25154171-
CMYK0.850.1000.33
HSL186.99º74.49%38.43%-
HSV(B)186.99º85.38%67.06%-
XYZ19.3126.2642.58-
YUV117.37158.2662.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.14%
GREEN value IS 154 (60.55% from 255) = 44%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=7.14%
G=44%
B=48.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251541710.850.1000.33186.9974.4938.43
Hex199AAB55A021bb4a26
Octal312322531251204127311246
Binary110011001101010101011101010110100100001101110111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199AAB; }

 p { color: rgb(25,154,171); }

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

<style>
 a { background-color: #199AAB; }

 a { background-color: rgb(25,154,171); }

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

<style>
 span { border-color: #199AAB; }

 span { border-color: rgb(25,154,171); }

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