Html Css Color HEX #2EADBD Pelorous

📋 copy color: '#2EADBD'

red 46 ◦ green 173 ◦ blue 189

#2EADBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2EADBD

Tints of Pelorous #2EADBD

RGB

 RED value IS 46 (18.36% from 255) = 11.27%

 GREEN value IS 173 (67.97% from 255) = 42.4%

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 11.27%
G = 42.4%
B = 46.32%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2EADBD (or 0x2EADBD) is known color: Pelorous. HEX triplet: 2E, AD and BD. RGB value is (46,173,189). Sum of RGB (Red+Green+Blue) = 46+173+189=408 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.27% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #2EADBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADBD is #D15242. Grayscale: #888888. Windows color (decimal): -13718083 or 12430638. OLE color: 12430638.

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

Color convert

RGB 46 173 189 -
CMYK 0.76 0.08 0 0.26
HSL 186.71º 0.61% 0.46% -
HSV(B) 186.71º 0.76% 0.74% -
XYZ 25.26 34.14 53.4 -
YUV 136.85 157.42 63.2 -
System Red Green Blue C M Y K H S L
Decimal 46 173 189 0.76 0.08 0 0.26 186.71 0.61 0.46
Hex 2E AD BD 4C 8 0 1A BB 3D 2E
Octal 56 255 275 114 10 0 32 273 75 56
Binary 101110 10101101 10111101 1001100 1000 0 11010 10111011 111101 101110

Color Harmonies of #2EADBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EADBD

Black with #2EADBD

Text Example


Text Example

White with #2EADBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EADBD;
 }
 .AnyTagClassName
 {
   color: #2EADBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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