#19A0B0

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

Shades of Pelorous #19A0B0

Tints of Pelorous #19A0B0

Color information

#19A0B0 (or 0x19A0B0) is unknown color: approx Pelorous. HEX triplet: 19, A0 and B0. RGB value is (25,160,176). Sum of RGB (Red+Green+Blue) = 25+160+176=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #19A0B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A0B0 is #E65F4F. Grayscale: #797979. Windows color (decimal): -15097680 or 11575321. OLE color: 11575321.

HSL color Cylindrical-coordinate representation of color #19A0B0: hue angle of 186.36º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19A0B0 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB25160176-
CMYK0.860.0900.31
HSL186.36º75.12%39.41%-
HSV(B)186.36º85.8%69.02%-
XYZ20.8128.4845.48-
YUV121.46158.7759.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.93%
GREEN value IS 160 (62.89% from 255) = 44.32%
BLUE value IS 176 (69.14% from 255) = 48.75%
R=6.93%
G=44.32%
B=48.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251601760.860.0900.31186.3675.1239.41
Hex19A0B056901Fba4b27
Octal312402601261103727211347
Binary11001101000001011000010101101001011111101110101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,160,176); }

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

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

 a { background-color: rgb(25,160,176); }

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

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

 span { border-color: rgb(25,160,176); }

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