#2EA1AB

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

Shades of Pelorous #2EA1AB

Tints of Pelorous #2EA1AB

Color information

#2EA1AB (or 0x2EA1AB) is unknown color: approx Pelorous. HEX triplet: 2E, A1 and AB. RGB value is (46,161,171). Sum of RGB (Red+Green+Blue) = 46+161+171=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #2EA1AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA1AB is #D15E54. Grayscale: #7F7F7F. Windows color (decimal): -13721173 or 11247918. OLE color: 11247918.

HSL color Cylindrical-coordinate representation of color #2EA1AB: hue angle of 184.8º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA1AB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB46161171-
CMYK0.730.0600.33
HSL184.8º57.6%42.55%-
HSV(B)184.8º73.1%67.06%-
XYZ21.2229.0143.01-
YUV127.76152.469.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.17%
GREEN value IS 161 (63.28% from 255) = 42.59%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=12.17%
G=42.59%
B=45.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461611710.730.0600.33184.857.642.55
Hex2EA1AB496021b93a2b
Octal5624125311160412717253
Binary10111010100001101010111001001110010000110111001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EA1AB; }

 p { color: rgb(46,161,171); }

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

<style>
 a { background-color: #2EA1AB; }

 a { background-color: rgb(46,161,171); }

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

<style>
 span { border-color: #2EA1AB; }

 span { border-color: rgb(46,161,171); }

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