#153B32

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

Shades of Deep Teal #153B32

Tints of Deep Teal #153B32

Color information

#153B32 (or 0x153B32) is unknown color: approx Deep Teal. HEX triplet: 15, 3B and 32. RGB value is (21,59,50). Sum of RGB (Red+Green+Blue) = 21+59+50=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 59 - color contains mainly: green. Hex color #153B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B32 is #EAC4CD. Grayscale: #2E2E2E. Windows color (decimal): -15385806 or 3291925. OLE color: 3291925.

HSL color Cylindrical-coordinate representation of color #153B32: hue angle of 165.79º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153B32 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB215950-
CMYK0.6400.150.77
HSL165.79º47.5%15.69%-
HSV(B)165.79º64.41%23.14%-
XYZ2.453.523.57-
YUV46.61129.91109.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 59 (23.44% from 255) = 45.38%
BLUE value IS 50 (19.92% from 255) = 38.46%
R=16.15%
G=45.38%
B=38.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2159500.6400.150.77165.7947.515.69
Hex153B32400F4Da63010
Octal2573621000171152466020
Binary1010111101111001010000000111110011011010011011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153B32; }

 p { color: rgb(21,59,50); }

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

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

 a { background-color: rgb(21,59,50); }

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

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

 span { border-color: rgb(21,59,50); }

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