Html Css Color HEX #154940 Deep Teal

📋 copy color: '#154940'

red 21 ◦ green 73 ◦ blue 64

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

Shades of Deep Teal #154940

Tints of Deep Teal #154940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.51%

R = 13.29%
G = 46.2%
B = 40.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#154940 (or 0x154940) is known color: Deep Teal. HEX triplet: 15, 49 and 40. RGB value is (21,73,64). Sum of RGB (Red+Green+Blue) = 21+73+64=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #154940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154940 is #EAB6BF. Grayscale: #383838. Windows color (decimal): -15382208 or 4213013. OLE color: 4213013.

HSL color Cylindrical-coordinate representation of color #154940: hue angle of 169.62º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #154940 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 73 64 -
CMYK 0.71 0 0.12 0.71
HSL 169.62º 0.55% 0.18% -
HSV(B) 169.62º 0.71% 0.29% -
XYZ 3.62 5.29 5.68 -
YUV 56.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 21 73 64 0.71 0 0.12 0.71 169.62 0.55 0.18
Hex 15 49 40 47 0 C 47 AA 37 12
Octal 25 111 100 107 0 14 107 252 67 22
Binary 10101 1001001 1000000 1000111 0 1100 1000111 10101010 110111 10010

Color Harmonies of #154940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154940

Black with #154940

Text Example


Text Example

White with #154940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154940; }

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

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

background-color css

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

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

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

border-color css

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

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

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