#2EABB6

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

Shades of Pelorous #2EABB6

Tints of Pelorous #2EABB6

Color information

#2EABB6 (or 0x2EABB6) is unknown color: approx Pelorous. HEX triplet: 2E, AB and B6. RGB value is (46,171,182). Sum of RGB (Red+Green+Blue) = 46+171+182=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 182 - color contains mainly: blue. Hex color #2EABB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABB6 is #D15449. Grayscale: #868686. Windows color (decimal): -13718602 or 11971374. OLE color: 11971374.

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

Color convert

RGB46171182-
CMYK0.750.0600.29
HSL184.85º59.65%44.71%-
HSV(B)184.85º74.73%71.37%-
XYZ24.1333.0849.37-
YUV134.88154.5964.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.53%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 182 (71.48% from 255) = 45.61%
R=11.53%
G=42.86%
B=45.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461711820.750.0600.29184.8559.6544.71
Hex2EABB64B601Db93c2d
Octal5625326611360352717455
Binary1011101010101110110110100101111001110110111001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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