Html Css Color HEX #154D59 Teal Blue

📋 copy color: '#154D59'

red 21 ◦ green 77 ◦ blue 89

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

Shades of Teal Blue #154D59

Tints of Teal Blue #154D59

RGB

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

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

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

R = 11.23%
G = 41.18%
B = 47.59%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#154D59 (or 0x154D59) is known color: Teal Blue. HEX triplet: 15, 4D and 59. RGB value is (21,77,89). Sum of RGB (Red+Green+Blue) = 21+77+89=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #154D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D59 is #EAB2A6. Grayscale: #3D3D3D. Windows color (decimal): -15381159 or 5852437. OLE color: 5852437.

HSL color Cylindrical-coordinate representation of color #154D59: hue angle of 190.59º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154D59 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 77 89 -
CMYK 0.76 0.13 0 0.65
HSL 190.59º 0.62% 0.22% -
HSV(B) 190.59º 0.76% 0.35% -
XYZ 4.77 6.19 10.39 -
YUV 61.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 21 77 89 0.76 0.13 0 0.65 190.59 0.62 0.22
Hex 15 4D 59 4C D 0 41 BF 3E 16
Octal 25 115 131 114 15 0 101 277 76 26
Binary 10101 1001101 1011001 1001100 1101 0 1000001 10111111 111110 10110

Color Harmonies of #154D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154D59

Black with #154D59

Text Example


Text Example

White with #154D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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