Html Css Color HEX #2E5159 Teal Blue

📋 copy color: '#2E5159'

red 46 ◦ green 81 ◦ blue 89

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

Shades of Teal Blue #2E5159

Tints of Teal Blue #2E5159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.5%

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 21.3%
G = 37.5%
B = 41.2%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E5159 (or 0x2E5159) is known color: Teal Blue. HEX triplet: 2E, 51 and 59. RGB value is (46,81,89). Sum of RGB (Red+Green+Blue) = 46+81+89=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E5159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5159 is #D1AEA6. Grayscale: #474747. Windows color (decimal): -13741735 or 5853486. OLE color: 5853486.

HSL color Cylindrical-coordinate representation of color #2E5159: hue angle of 191.16º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E5159 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 81 89 -
CMYK 0.48 0.09 0 0.65
HSL 191.16º 0.32% 0.26% -
HSV(B) 191.16º 0.48% 0.35% -
XYZ 5.87 7.19 10.53 -
YUV 71.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 46 81 89 0.48 0.09 0 0.65 191.16 0.32 0.26
Hex 2E 51 59 30 9 0 41 BF 20 1A
Octal 56 121 131 60 11 0 101 277 40 32
Binary 101110 1010001 1011001 110000 1001 0 1000001 10111111 100000 11010

Color Harmonies of #2E5159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5159

Black with #2E5159

Text Example


Text Example

White with #2E5159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,81,89); }

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

background-color css

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

 a { background-color: rgb(46,81,89); }

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

border-color css

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

 span { border-color: rgb(46,81,89); }

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