#153C32

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

Shades of Deep Teal #153C32

Tints of Deep Teal #153C32

Color information

#153C32 (or 0x153C32) is unknown color: approx Deep Teal. HEX triplet: 15, 3C and 32. RGB value is (21,60,50). Sum of RGB (Red+Green+Blue) = 21+60+50=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 60 - color contains mainly: green. Hex color #153C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C32 is #EAC3CD. Grayscale: #2F2F2F. Windows color (decimal): -15385550 or 3292181. OLE color: 3292181.

HSL color Cylindrical-coordinate representation of color #153C32: hue angle of 164.62º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #153C32 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.

Color convert

RGB216050-
CMYK0.6500.170.76
HSL164.62º48.15%15.88%-
HSV(B)164.62º65%23.53%-
XYZ2.53.623.58-
YUV47.2129.58109.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 60 (23.83% from 255) = 45.80%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=16.03%
G=45.80%
B=38.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2160500.6500.170.76164.6248.1515.88
Hex153C32410114Ca53010
Octal2574621010211142456020
Binary10101111100110010100000101000110011001010010111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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