#154437

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

Shades of Deep Teal #154437

Tints of Deep Teal #154437

Color information

#154437 (or 0x154437) is unknown color: approx Deep Teal. HEX triplet: 15, 44 and 37. RGB value is (21,68,55). Sum of RGB (Red+Green+Blue) = 21+68+55=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #154437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154437 is #EABBC8. Grayscale: #343434. Windows color (decimal): -15383497 or 3621909. OLE color: 3621909.

HSL color Cylindrical-coordinate representation of color #154437: hue angle of 163.4º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #154437 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB216855-
CMYK0.6900.190.73
HSL163.4º52.81%17.45%-
HSV(B)163.4º69.12%26.67%-
XYZ3.074.574.33-
YUV52.46129.43105.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 68 (26.95% from 255) = 47.22%
BLUE value IS 55 (21.88% from 255) = 38.19%
R=14.58%
G=47.22%
B=38.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2168550.6900.190.73163.452.8117.45
Hex1544374501349a33511
Octal25104671050231112436521
Binary101011000100110111100010101001110010011010001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154437; }

 p { color: rgb(21,68,55); }

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

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

 a { background-color: rgb(21,68,55); }

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

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

 span { border-color: rgb(21,68,55); }

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