Html Css Color HEX #154958 Teal Blue

📋 copy color: '#154958'

red 21 ◦ green 73 ◦ blue 88

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

Shades of Teal Blue #154958

Tints of Teal Blue #154958

RGB

 RED value IS 21 (8.59% from 255) = 11.54%

 GREEN value IS 73 (28.91% from 255) = 40.11%

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

R = 11.54%
G = 40.11%
B = 48.35%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#154958 (or 0x154958) is known color: Teal Blue. HEX triplet: 15, 49 and 58. RGB value is (21,73,88). Sum of RGB (Red+Green+Blue) = 21+73+88=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #154958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154958 is #EAB6A7. Grayscale: #3B3B3B. Windows color (decimal): -15382184 or 5785877. OLE color: 5785877.

HSL color Cylindrical-coordinate representation of color #154958: hue angle of 193.43º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154958 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 73 88 -
CMYK 0.76 0.17 0 0.65
HSL 193.43º 0.61% 0.21% -
HSV(B) 193.43º 0.76% 0.35% -
XYZ 4.45 5.63 10.08 -
YUV 59.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 21 73 88 0.76 0.17 0 0.65 193.43 0.61 0.21
Hex 15 49 58 4C 11 0 41 C1 3D 15
Octal 25 111 130 114 21 0 101 301 75 25
Binary 10101 1001001 1011000 1001100 10001 0 1000001 11000001 111101 10101

Color Harmonies of #154958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154958

Black with #154958

Text Example


Text Example

White with #154958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154958; }

 p { color: rgb(21,73,88); }

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

background-color css

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

 a { background-color: rgb(21,73,88); }

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

border-color css

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

 span { border-color: rgb(21,73,88); }

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