#19A6C0

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

Shades of Pelorous #19A6C0

Tints of Pelorous #19A6C0

Color information

#19A6C0 (or 0x19A6C0) is unknown color: approx Pelorous. HEX triplet: 19, A6 and C0. RGB value is (25,166,192). Sum of RGB (Red+Green+Blue) = 25+166+192=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #19A6C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A6C0 is #E6593F. Grayscale: #7E7E7E. Windows color (decimal): -15096128 or 12625433. OLE color: 12625433.

HSL color Cylindrical-coordinate representation of color #19A6C0: hue angle of 189.34º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19A6C0 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB25166192-
CMYK0.870.1400.25
HSL189.34º76.96%42.55%-
HSV(B)189.34º86.98%75.29%-
XYZ23.5531.2854.67-
YUV126.8164.7955.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.53%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 192 (75.39% from 255) = 50.13%
R=6.53%
G=43.34%
B=50.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251661920.870.1400.25189.3476.9642.55
Hex19A6C057E019bd4d2b
Octal312463001271603127511553
Binary11001101001101100000010101111110011001101111011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,166,192); }

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

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

 a { background-color: rgb(25,166,192); }

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

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

 span { border-color: rgb(25,166,192); }

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