#154740

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

Shades of Deep Teal #154740

Tints of Deep Teal #154740

Color information

#154740 (or 0x154740) is unknown color: approx Deep Teal. HEX triplet: 15, 47 and 40. RGB value is (21,71,64). Sum of RGB (Red+Green+Blue) = 21+71+64=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #154740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154740 is #EAB8BF. Grayscale: #373737. Windows color (decimal): -15382720 or 4212501. OLE color: 4212501.

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

Color convert

RGB217164-
CMYK0.7000.100.72
HSL171.6º54.35%18.04%-
HSV(B)171.6º70.42%27.84%-
XYZ3.495.045.64-
YUV55.25132.94103.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 71 (28.12% from 255) = 45.51%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=13.46%
G=45.51%
B=41.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171640.7000.100.72171.654.3518.04
Hex154740460A48ac3612
Octal251071001060121102546622
Binary101011000111100000010001100101010010001010110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154740; }

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

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

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

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

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

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

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

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