#153931

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

Shades of Deep Teal #153931

Tints of Deep Teal #153931

Color information

#153931 (or 0x153931) is unknown color: approx Deep Teal. HEX triplet: 15, 39 and 31. RGB value is (21,57,49). Sum of RGB (Red+Green+Blue) = 21+57+49=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #153931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153931 is #EAC6CE. Grayscale: #2D2D2D. Windows color (decimal): -15386319 or 3225877. OLE color: 3225877.

HSL color Cylindrical-coordinate representation of color #153931: hue angle of 166.67º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #153931 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB215749-
CMYK0.6300.140.78
HSL166.67º46.15%15.29%-
HSV(B)166.67º63.16%22.35%-
XYZ2.333.313.42-
YUV45.32130.07110.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 57 (22.66% from 255) = 44.88%
BLUE value IS 49 (19.53% from 255) = 38.58%
R=16.54%
G=44.88%
B=38.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2157490.6300.140.78166.6746.1515.29
Hex1539313F0E4Ea72ef
Octal257161770161162475617
Binary10101111001110001111111011101001110101001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153931; }

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

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

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

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

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

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

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

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