#19A6B3

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

Shades of Pelorous #19A6B3

Tints of Pelorous #19A6B3

Color information

#19A6B3 (or 0x19A6B3) is unknown color: approx Pelorous. HEX triplet: 19, A6 and B3. RGB value is (25,166,179). Sum of RGB (Red+Green+Blue) = 25+166+179=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #19A6B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A6B3 is #E6594C. Grayscale: #7D7D7D. Windows color (decimal): -15096141 or 11773465. OLE color: 11773465.

HSL color Cylindrical-coordinate representation of color #19A6B3: hue angle of 185.06º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19A6B3 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB25166179-
CMYK0.860.0700.30
HSL185.06º75.49%40%-
HSV(B)185.06º86.03%70.2%-
XYZ22.1730.7347.41-
YUV125.32158.2956.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.76%
GREEN value IS 166 (65.23% from 255) = 44.86%
BLUE value IS 179 (70.31% from 255) = 48.38%
R=6.76%
G=44.86%
B=48.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal251661790.860.0700.30185.0675.4940
Hex19A6B356701Eb94b28
Octal31246263126703627111350
Binary1100110100110101100111010110111011110101110011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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