#2EADBF

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

Shades of Pelorous #2EADBF

Tints of Pelorous #2EADBF

Color information

#2EADBF (or 0x2EADBF) is unknown color: approx Pelorous. HEX triplet: 2E, AD and BF. RGB value is (46,173,191). Sum of RGB (Red+Green+Blue) = 46+173+191=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #2EADBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADBF is #D15240. Grayscale: #888888. Windows color (decimal): -13718081 or 12561710. OLE color: 12561710.

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

Color convert

RGB46173191-
CMYK0.760.0900.25
HSL187.45º61.18%46.47%-
HSV(B)187.45º75.92%74.9%-
XYZ25.4734.2354.55-
YUV137.08158.4263.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.22%
GREEN value IS 173 (67.97% from 255) = 42.20%
BLUE value IS 191 (75% from 255) = 46.59%
R=11.22%
G=42.20%
B=46.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461731910.760.0900.25187.4561.1846.47
Hex2EADBF4C9019bb3d2e
Octal56255277114110312737556
Binary10111010101101101111111001100100101100110111011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,173,191); }

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

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

 a { background-color: rgb(46,173,191); }

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

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

 span { border-color: rgb(46,173,191); }

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