#13A0AE

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

Shades of Pelorous #13A0AE

Tints of Pelorous #13A0AE

Color information

#13A0AE (or 0x13A0AE) is unknown color: approx Pelorous. HEX triplet: 13, A0 and AE. RGB value is (19,160,174). Sum of RGB (Red+Green+Blue) = 19+160+174=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #13A0AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A0AE is #EC5F51. Grayscale: #777777. Windows color (decimal): -15490898 or 11444243. OLE color: 11444243.

HSL color Cylindrical-coordinate representation of color #13A0AE: hue angle of 185.42º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A0AE is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB19160174-
CMYK0.890.0800.32
HSL185.42º80.31%37.84%-
HSV(B)185.42º89.08%68.24%-
XYZ20.4828.3444.43-
YUV119.44158.7956.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.38%
GREEN value IS 160 (62.89% from 255) = 45.33%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=5.38%
G=45.33%
B=49.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191601740.890.0800.32185.4280.3137.84
Hex13A0AE598020b95026
Octal232402561311004027112046
Binary100111010000010101110101100110000100000101110011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13A0AE; }

 p { color: rgb(19,160,174); }

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

<style>
 a { background-color: #13A0AE; }

 a { background-color: rgb(19,160,174); }

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

<style>
 span { border-color: #13A0AE; }

 span { border-color: rgb(19,160,174); }

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