#154640

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

Shades of Deep Teal #154640

Tints of Deep Teal #154640

Color information

#154640 (or 0x154640) is unknown color: approx Deep Teal. HEX triplet: 15, 46 and 40. RGB value is (21,70,64). Sum of RGB (Red+Green+Blue) = 21+70+64=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #154640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154640 is #EAB9BF. Grayscale: #363636. Windows color (decimal): -15382976 or 4212245. OLE color: 4212245.

HSL color Cylindrical-coordinate representation of color #154640: hue angle of 172.65º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154640 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB217064-
CMYK0.7000.090.73
HSL172.65º53.85%17.84%-
HSV(B)172.65º70%27.45%-
XYZ3.424.915.62-
YUV54.66133.27103.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=13.55%
G=45.16%
B=41.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2170640.7000.090.73172.6553.8517.84
Hex154640460949ad3612
Octal251061001060111112556622
Binary101011000110100000010001100100110010011010110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154640; }

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

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

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

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

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

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

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

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