#153831

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

Shades of Deep Teal #153831

Tints of Deep Teal #153831

Color information

#153831 (or 0x153831) is unknown color: approx Deep Teal. HEX triplet: 15, 38 and 31. RGB value is (21,56,49). Sum of RGB (Red+Green+Blue) = 21+56+49=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #153831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153831 is #EAC7CE. Grayscale: #2C2C2C. Windows color (decimal): -15386575 or 3225621. OLE color: 3225621.

HSL color Cylindrical-coordinate representation of color #153831: hue angle of 168º 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 #153831 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB215649-
CMYK0.6300.120.78
HSL168º45.45%15.1%-
HSV(B)168º62.5%21.96%-
XYZ2.283.213.41-
YUV44.74130.4111.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 56 (22.27% from 255) = 44.44%
BLUE value IS 49 (19.53% from 255) = 38.89%
R=16.67%
G=44.44%
B=38.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2156490.6300.120.7816845.4515.1
Hex1538313F0C4Ea82df
Octal257061770141162505517
Binary10101111000110001111111011001001110101010001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153831; }

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

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

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

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

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

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

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

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