#19A2C1

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

Shades of Pelorous #19A2C1

Tints of Pelorous #19A2C1

Color information

#19A2C1 (or 0x19A2C1) is unknown color: approx Pelorous. HEX triplet: 19, A2 and C1. RGB value is (25,162,193). Sum of RGB (Red+Green+Blue) = 25+162+193=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #19A2C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A2C1 is #E65D3E. Grayscale: #7C7C7C. Windows color (decimal): -15097151 or 12689945. OLE color: 12689945.

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

Color convert

RGB25162193-
CMYK0.870.1600.24
HSL191.07º77.06%42.75%-
HSV(B)191.07º87.05%75.69%-
XYZ22.9529.955.01-
YUV124.57166.6156.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.58%
GREEN value IS 162 (63.67% from 255) = 42.63%
BLUE value IS 193 (75.78% from 255) = 50.79%
R=6.58%
G=42.63%
B=50.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal251621930.870.1600.24191.0777.0642.75
Hex19A2C15710018bf4d2b
Octal312423011272003027711553
Binary110011010001011000001101011110000011000101111111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,162,193); }

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

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

 a { background-color: rgb(25,162,193); }

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

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

 span { border-color: rgb(25,162,193); }

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