Html Css Color HEX #154D58 Teal Blue

📋 copy color: '#154D58'

red 21 ◦ green 77 ◦ blue 88

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

Shades of Teal Blue #154D58

Tints of Teal Blue #154D58

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.4%

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

R = 11.29%
G = 41.4%
B = 47.31%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#154D58 (or 0x154D58) is known color: Teal Blue. HEX triplet: 15, 4D and 58. RGB value is (21,77,88). Sum of RGB (Red+Green+Blue) = 21+77+88=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #154D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D58 is #EAB2A7. Grayscale: #3D3D3D. Windows color (decimal): -15381160 or 5786901. OLE color: 5786901.

HSL color Cylindrical-coordinate representation of color #154D58: hue angle of 189.85º 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 #154D58 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 77 88 -
CMYK 0.76 0.12 0 0.65
HSL 189.85º 0.61% 0.21% -
HSV(B) 189.85º 0.76% 0.35% -
XYZ 4.72 6.17 10.17 -
YUV 61.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 21 77 88 0.76 0.12 0 0.65 189.85 0.61 0.21
Hex 15 4D 58 4C C 0 41 BE 3D 15
Octal 25 115 130 114 14 0 101 276 75 25
Binary 10101 1001101 1011000 1001100 1100 0 1000001 10111110 111101 10101

Color Harmonies of #154D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154D58

Black with #154D58

Text Example


Text Example

White with #154D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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