#153932

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

Shades of Deep Teal #153932

Tints of Deep Teal #153932

Color information

#153932 (or 0x153932) is unknown color: approx Deep Teal. HEX triplet: 15, 39 and 32. RGB value is (21,57,50). Sum of RGB (Red+Green+Blue) = 21+57+50=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #153932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153932 is #EAC6CD. Grayscale: #2D2D2D. Windows color (decimal): -15386318 or 3291413. OLE color: 3291413.

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

Color convert

RGB215750-
CMYK0.6300.120.78
HSL168.33º46.15%15.29%-
HSV(B)168.33º63.16%22.35%-
XYZ2.353.323.53-
YUV45.44130.57110.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 50 (19.92% from 255) = 39.06%
R=16.41%
G=44.53%
B=39.06%

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
Decimal2157500.6300.120.78168.3346.1515.29
Hex1539323F0C4Ea82ef
Octal257162770141162505617
Binary10101111001110010111111011001001110101010001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153932; }

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

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

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

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

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

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

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

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