#19A9BA

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

Shades of Pelorous #19A9BA

Tints of Pelorous #19A9BA

Color information

#19A9BA (or 0x19A9BA) is unknown color: approx Pelorous. HEX triplet: 19, A9 and BA. RGB value is (25,169,186). Sum of RGB (Red+Green+Blue) = 25+169+186=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #19A9BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A9BA is #E65645. Grayscale: #7F7F7F. Windows color (decimal): -15095366 or 12232985. OLE color: 12232985.

HSL color Cylindrical-coordinate representation of color #19A9BA: hue angle of 186.34º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19A9BA is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB25169186-
CMYK0.870.0900.27
HSL186.34º76.3%41.37%-
HSV(B)186.34º86.56%72.94%-
XYZ23.4532.1351.42-
YUV127.88160.7954.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.58%
GREEN value IS 169 (66.41% from 255) = 44.47%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=6.58%
G=44.47%
B=48.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal251691860.870.0900.27186.3476.341.37
Hex19A9BA57901Bba4c29
Octal312512721271103327211451
Binary11001101010011011101010101111001011011101110101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19A9BA; }

 p { color: rgb(25,169,186); }

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

<style>
 a { background-color: #19A9BA; }

 a { background-color: rgb(25,169,186); }

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

<style>
 span { border-color: #19A9BA; }

 span { border-color: rgb(25,169,186); }

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