#1AA0AF

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

Shades of Pelorous #1AA0AF

Tints of Pelorous #1AA0AF

Color information

#1AA0AF (or 0x1AA0AF) is unknown color: approx Pelorous. HEX triplet: 1A, A0 and AF. RGB value is (26,160,175). Sum of RGB (Red+Green+Blue) = 26+160+175=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #1AA0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA0AF is #E55F50. Grayscale: #797979. Windows color (decimal): -15032145 or 11509786. OLE color: 11509786.

HSL color Cylindrical-coordinate representation of color #1AA0AF: hue angle of 186.04º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA0AF is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB26160175-
CMYK0.850.0900.31
HSL186.04º74.13%39.41%-
HSV(B)186.04º85.14%68.63%-
XYZ20.7328.4644.96-
YUV121.64158.1159.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.20%
GREEN value IS 160 (62.89% from 255) = 44.32%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=7.20%
G=44.32%
B=48.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261601750.850.0900.31186.0474.1339.41
Hex1AA0AF55901Fba4a27
Octal322402571251103727211247
Binary11010101000001010111110101011001011111101110101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AA0AF; }

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

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

<style>
 a { background-color: #1AA0AF; }

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

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

<style>
 span { border-color: #1AA0AF; }

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

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