#2EA1BB

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

Shades of Pelorous #2EA1BB

Tints of Pelorous #2EA1BB

Color information

#2EA1BB (or 0x2EA1BB) is unknown color: approx Pelorous. HEX triplet: 2E, A1 and BB. RGB value is (46,161,187). Sum of RGB (Red+Green+Blue) = 46+161+187=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #2EA1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA1BB is #D15E44. Grayscale: #818181. Windows color (decimal): -13721157 or 12296494. OLE color: 12296494.

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

Color convert

RGB46161187-
CMYK0.750.1400.27
HSL191.06º60.52%45.69%-
HSV(B)191.06º75.4%73.33%-
XYZ22.8429.6651.53-
YUV129.58160.468.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.68%
GREEN value IS 161 (63.28% from 255) = 40.86%
BLUE value IS 187 (73.44% from 255) = 47.46%
R=11.68%
G=40.86%
B=47.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461611870.750.1400.27191.0660.5245.69
Hex2EA1BB4BE01Bbf3d2e
Octal56241273113160332777556
Binary10111010100001101110111001011111001101110111111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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