#154840

Color #154840 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #154840

Tints of Deep Teal #154840

Color information

#154840 (or 0x154840) is unknown color: approx Deep Teal. HEX triplet: 15, 48 and 40. RGB value is (21,72,64). Sum of RGB (Red+Green+Blue) = 21+72+64=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #154840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154840 is #EAB7BF. Grayscale: #373737. Windows color (decimal): -15382464 or 4212757. OLE color: 4212757.

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

Color convert

RGB217264-
CMYK0.7100.110.72
HSL170.59º54.84%18.24%-
HSV(B)170.59º70.83%28.24%-
XYZ3.555.165.66-
YUV55.84132.6103.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=13.38%
G=45.86%
B=40.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172640.7100.110.72170.5954.8418.24
Hex154840470B48ab3712
Octal251101001070131102536722
Binary101011001000100000010001110101110010001010101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154840; }

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

 H1.HeaderClassName
 {
   color: #154840;
 }
 .AnyTagClassName
 {
   color: #154840;
 }
</style>
background-color css

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

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

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

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

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

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