#2EABB9

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

Shades of Pelorous #2EABB9

Tints of Pelorous #2EABB9

Color information

#2EABB9 (or 0x2EABB9) is unknown color: approx Pelorous. HEX triplet: 2E, AB and B9. RGB value is (46,171,185). Sum of RGB (Red+Green+Blue) = 46+171+185=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 185 - color contains mainly: blue. Hex color #2EABB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABB9 is #D15446. Grayscale: #878787. Windows color (decimal): -13718599 or 12167982. OLE color: 12167982.

HSL color Cylindrical-coordinate representation of color #2EABB9: hue angle of 186.04º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EABB9 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB46171185-
CMYK0.750.0800.27
HSL186.04º60.17%45.29%-
HSV(B)186.04º75.14%72.55%-
XYZ24.4533.2151.02-
YUV135.22156.0964.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.44%
GREEN value IS 171 (67.19% from 255) = 42.54%
BLUE value IS 185 (72.66% from 255) = 46.02%
R=11.44%
G=42.54%
B=46.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461711850.750.0800.27186.0460.1745.29
Hex2EABB94B801Bba3c2d
Octal56253271113100332727455
Binary10111010101011101110011001011100001101110111010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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