#2EAABA

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

Shades of Pelorous #2EAABA

Tints of Pelorous #2EAABA

Color information

#2EAABA (or 0x2EAABA) is unknown color: approx Pelorous. HEX triplet: 2E, AA and BA. RGB value is (46,170,186). Sum of RGB (Red+Green+Blue) = 46+170+186=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #2EAABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAABA is #D15545. Grayscale: #868686. Windows color (decimal): -13718854 or 12233262. OLE color: 12233262.

HSL color Cylindrical-coordinate representation of color #2EAABA: hue angle of 186.86º 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 #2EAABA is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB46170186-
CMYK0.750.0900.27
HSL186.86º60.34%45.49%-
HSV(B)186.86º75.27%72.94%-
XYZ24.3632.8851.52-
YUV134.75156.9264.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.44%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=11.44%
G=42.29%
B=46.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461701860.750.0900.27186.8660.3445.49
Hex2EAABA4B901Bbb3c2d
Octal56252272113110332737455
Binary10111010101010101110101001011100101101110111011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,170,186); }

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

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

 a { background-color: rgb(46,170,186); }

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

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

 span { border-color: rgb(46,170,186); }

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