#19A0AF

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

Shades of Pelorous #19A0AF

Tints of Pelorous #19A0AF

Color information

#19A0AF (or 0x19A0AF) is unknown color: approx Pelorous. HEX triplet: 19, A0 and AF. RGB value is (25,160,175). Sum of RGB (Red+Green+Blue) = 25+160+175=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #19A0AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A0AF is #E65F50. Grayscale: #797979. Windows color (decimal): -15097681 or 11509785. OLE color: 11509785.

HSL color Cylindrical-coordinate representation of color #19A0AF: hue angle of 186º 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 #19A0AF is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB25160175-
CMYK0.860.0900.31
HSL186º75%39.22%-
HSV(B)186º85.71%68.63%-
XYZ20.7128.4444.96-
YUV121.34158.2759.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.94%
GREEN value IS 160 (62.89% from 255) = 44.44%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=6.94%
G=44.44%
B=48.61%

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
Decimal251601750.860.0900.311867539.22
Hex19A0AF56901Fba4b27
Octal312402571261103727211347
Binary11001101000001010111110101101001011111101110101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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