#1EA2AF

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

Shades of Pelorous #1EA2AF

Tints of Pelorous #1EA2AF

Color information

#1EA2AF (or 0x1EA2AF) is unknown color: approx Pelorous. HEX triplet: 1E, A2 and AF. RGB value is (30,162,175). Sum of RGB (Red+Green+Blue) = 30+162+175=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #1EA2AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA2AF is #E15D50. Grayscale: #7B7B7B. Windows color (decimal): -14769489 or 11510302. OLE color: 11510302.

HSL color Cylindrical-coordinate representation of color #1EA2AF: hue angle of 185.38º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EA2AF is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB30162175-
CMYK0.830.0700.31
HSL185.38º70.73%40.2%-
HSV(B)185.38º82.86%68.63%-
XYZ21.1929.2145.08-
YUV124.01156.7760.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.17%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 175 (68.75% from 255) = 47.68%
R=8.17%
G=44.14%
B=47.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301621750.830.0700.31185.3870.7340.2
Hex1EA2AF53701Fb94728
Octal36242257123703727110750
Binary1111010100010101011111010011111011111101110011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,162,175); }

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

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

 a { background-color: rgb(30,162,175); }

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

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

 span { border-color: rgb(30,162,175); }

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