#154641

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

Shades of Deep Teal #154641

Tints of Deep Teal #154641

Color information

#154641 (or 0x154641) is unknown color: approx Deep Teal. HEX triplet: 15, 46 and 41. RGB value is (21,70,65). Sum of RGB (Red+Green+Blue) = 21+70+65=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #154641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154641 is #EAB9BE. Grayscale: #363636. Windows color (decimal): -15382975 or 4277781. OLE color: 4277781.

HSL color Cylindrical-coordinate representation of color #154641: hue angle of 173.88º 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 #154641 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB217065-
CMYK0.7000.070.73
HSL173.88º53.85%17.84%-
HSV(B)173.88º70%27.45%-
XYZ3.454.925.77-
YUV54.78133.77103.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=13.46%
G=44.87%
B=41.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2170650.7000.070.73173.8853.8517.84
Hex154641460749ae3612
Octal25106101106071112566622
Binary10101100011010000011000110011110010011010111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154641; }

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

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

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

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

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

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

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

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