Html Css Color HEX #2B5158 Teal Blue

📋 copy color: '#2B5158'

red 43 ◦ green 81 ◦ blue 88

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

Shades of Teal Blue #2B5158

Tints of Teal Blue #2B5158

RGB

 RED value IS 43 (17.19% from 255) = 20.28%

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

 BLUE value IS 88 (34.77% from 255) = 41.51%

R = 20.28%
G = 38.21%
B = 41.51%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B5158 (or 0x2B5158) is known color: Teal Blue. HEX triplet: 2B, 51 and 58. RGB value is (43,81,88). Sum of RGB (Red+Green+Blue) = 43+81+88=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B5158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5158 is #D4AEA7. Grayscale: #464646. Windows color (decimal): -13938344 or 5787947. OLE color: 5787947.

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

Color convert

RGB 43 81 88 -
CMYK 0.51 0.08 0 0.65
HSL 189.33º 0.34% 0.26% -
HSV(B) 189.33º 0.51% 0.35% -
XYZ 5.7 7.1 10.3 -
YUV 70.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 43 81 88 0.51 0.08 0 0.65 189.33 0.34 0.26
Hex 2B 51 58 33 8 0 41 BD 22 1A
Octal 53 121 130 63 10 0 101 275 42 32
Binary 101011 1010001 1011000 110011 1000 0 1000001 10111101 100010 11010

Color Harmonies of #2B5158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5158

Black with #2B5158

Text Example


Text Example

White with #2B5158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,81,88); }

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

background-color css

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

 a { background-color: rgb(43,81,88); }

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

border-color css

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

 span { border-color: rgb(43,81,88); }

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