#154540

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

Shades of Deep Teal #154540

Tints of Deep Teal #154540

Color information

#154540 (or 0x154540) is unknown color: approx Deep Teal. HEX triplet: 15, 45 and 40. RGB value is (21,69,64). Sum of RGB (Red+Green+Blue) = 21+69+64=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #154540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154540 is #EABABF. Grayscale: #363636. Windows color (decimal): -15383232 or 4211989. OLE color: 4211989.

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

Color convert

RGB216964-
CMYK0.7000.070.73
HSL173.75º53.33%17.65%-
HSV(B)173.75º69.57%27.06%-
XYZ3.364.795.6-
YUV54.08133.6104.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=13.64%
G=44.81%
B=41.56%

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
Decimal2169640.7000.070.73173.7553.3317.65
Hex154540460749ae3512
Octal25105100106071112566522
Binary10101100010110000001000110011110010011010111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154540; }

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

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

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

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

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

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

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

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