#153936

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

Shades of Deep Teal #153936

Tints of Deep Teal #153936

Color information

#153936 (or 0x153936) is unknown color: approx Deep Teal. HEX triplet: 15, 39 and 36. RGB value is (21,57,54). Sum of RGB (Red+Green+Blue) = 21+57+54=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #153936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153936 is #EAC6C9. Grayscale: #2D2D2D. Windows color (decimal): -15386314 or 3553557. OLE color: 3553557.

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

Color convert

RGB215754-
CMYK0.6300.050.78
HSL175º46.15%15.29%-
HSV(B)175º63.16%22.35%-
XYZ2.443.354.01-
YUV45.89132.57110.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=15.91%
G=43.18%
B=40.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2157540.6300.050.7817546.1515.29
Hex1539363F054Eaf2ef
Octal25716677051162575617
Binary1010111100111011011111101011001110101011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153936; }

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

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

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

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

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

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

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

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