#19A3AF

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

Shades of Pelorous #19A3AF

Tints of Pelorous #19A3AF

Color information

#19A3AF (or 0x19A3AF) is unknown color: approx Pelorous. HEX triplet: 19, A3 and AF. RGB value is (25,163,175). Sum of RGB (Red+Green+Blue) = 25+163+175=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #19A3AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A3AF is #E65C50. Grayscale: #7A7A7A. Windows color (decimal): -15096913 or 11510553. OLE color: 11510553.

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

Color convert

RGB25163175-
CMYK0.860.0700.31
HSL184.8º75%39.22%-
HSV(B)184.8º85.71%68.63%-
XYZ21.2429.545.13-
YUV123.11157.2858.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.89%
GREEN value IS 163 (64.06% from 255) = 44.90%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=6.89%
G=44.90%
B=48.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251631750.860.0700.31184.87539.22
Hex19A3AF56701Fb94b27
Octal31243257126703727111347
Binary1100110100011101011111010110111011111101110011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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