#153732

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

Shades of Deep Teal #153732

Tints of Deep Teal #153732

Color information

#153732 (or 0x153732) is unknown color: approx Deep Teal. HEX triplet: 15, 37 and 32. RGB value is (21,55,50). Sum of RGB (Red+Green+Blue) = 21+55+50=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #153732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153732 is #EAC8CD. Grayscale: #2C2C2C. Windows color (decimal): -15386830 or 3290901. OLE color: 3290901.

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

Color convert

RGB215550-
CMYK0.6200.090.78
HSL171.18º44.74%14.9%-
HSV(B)171.18º61.82%21.57%-
XYZ2.253.123.5-
YUV44.26131.24111.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 55 (21.88% from 255) = 43.65%
BLUE value IS 50 (19.92% from 255) = 39.68%
R=16.67%
G=43.65%
B=39.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2155500.6200.090.78171.1844.7414.9
Hex1537323E094Eab2df
Octal256762760111162535517
Binary10101110111110010111110010011001110101010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153732; }

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

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

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

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

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

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

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

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