#153731

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

Shades of Deep Teal #153731

Tints of Deep Teal #153731

Color information

#153731 (or 0x153731) is unknown color: approx Deep Teal. HEX triplet: 15, 37 and 31. RGB value is (21,55,49). Sum of RGB (Red+Green+Blue) = 21+55+49=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #153731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153731 is #EAC8CE. Grayscale: #2C2C2C. Windows color (decimal): -15386831 or 3225365. OLE color: 3225365.

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

Color convert

RGB215549-
CMYK0.6200.110.78
HSL169.41º44.74%14.9%-
HSV(B)169.41º61.82%21.57%-
XYZ2.233.113.39-
YUV44.15130.74111.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 55 (21.88% from 255) = 44%
BLUE value IS 49 (19.53% from 255) = 39.2%
R=16.8%
G=44%
B=39.2%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2155490.6200.110.78169.4144.7414.9
Hex1537313E0B4Ea92df
Octal256761760131162515517
Binary10101110111110001111110010111001110101010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153731; }

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

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

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

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

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

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

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

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