#154639

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

Shades of Deep Teal #154639

Tints of Deep Teal #154639

Color information

#154639 (or 0x154639) is unknown color: approx Deep Teal. HEX triplet: 15, 46 and 39. RGB value is (21,70,57). Sum of RGB (Red+Green+Blue) = 21+70+57=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #154639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154639 is #EAB9C6. Grayscale: #353535. Windows color (decimal): -15382983 or 3753493. OLE color: 3753493.

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

Color convert

RGB217057-
CMYK0.7000.190.73
HSL164.08º53.85%17.84%-
HSV(B)164.08º70%27.45%-
XYZ3.244.844.63-
YUV53.87129.77104.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 70 (27.73% from 255) = 47.30%
BLUE value IS 57 (22.66% from 255) = 38.51%
R=14.19%
G=47.30%
B=38.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2170570.7000.190.73164.0853.8517.84
Hex1546394601349a43612
Octal25106711060231112446622
Binary101011000110111001100011001001110010011010010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154639; }

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

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

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

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

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

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

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

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