#154841

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

Shades of Deep Teal #154841

Tints of Deep Teal #154841

Color information

#154841 (or 0x154841) is unknown color: approx Deep Teal. HEX triplet: 15, 48 and 41. RGB value is (21,72,65). Sum of RGB (Red+Green+Blue) = 21+72+65=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #154841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154841 is #EAB7BE. Grayscale: #373737. Windows color (decimal): -15382463 or 4278293. OLE color: 4278293.

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

Color convert

RGB217265-
CMYK0.7100.100.72
HSL171.76º54.84%18.24%-
HSV(B)171.76º70.83%28.24%-
XYZ3.585.185.81-
YUV55.95133.1103.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=13.29%
G=45.57%
B=41.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172650.7100.100.72171.7654.8418.24
Hex154841470A48ac3712
Octal251101011070121102546722
Binary101011001000100000110001110101010010001010110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154841; }

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

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

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

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

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

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

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

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