Html Css Color HEX #154953 Teal Blue

📋 copy color: '#154953'

red 21 ◦ green 73 ◦ blue 83

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

Shades of Teal Blue #154953

Tints of Teal Blue #154953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 46.89%

R = 11.86%
G = 41.24%
B = 46.89%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#154953 (or 0x154953) is known color: Teal Blue. HEX triplet: 15, 49 and 53. RGB value is (21,73,83). Sum of RGB (Red+Green+Blue) = 21+73+83=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #154953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154953 is #EAB6AC. Grayscale: #3A3A3A. Windows color (decimal): -15382189 or 5458197. OLE color: 5458197.

HSL color Cylindrical-coordinate representation of color #154953: hue angle of 189.68º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154953 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 73 83 -
CMYK 0.75 0.12 0 0.67
HSL 189.68º 0.6% 0.2% -
HSV(B) 189.68º 0.75% 0.33% -
XYZ 4.25 5.55 9.03 -
YUV 58.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 21 73 83 0.75 0.12 0 0.67 189.68 0.6 0.2
Hex 15 49 53 4B C 0 43 BE 3C 14
Octal 25 111 123 113 14 0 103 276 74 24
Binary 10101 1001001 1010011 1001011 1100 0 1000011 10111110 111100 10100

Color Harmonies of #154953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154953

Black with #154953

Text Example


Text Example

White with #154953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154953; }

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

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

background-color css

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

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

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

border-color css

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

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

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