#153832

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

Shades of Deep Teal #153832

Tints of Deep Teal #153832

Color information

#153832 (or 0x153832) is unknown color: approx Deep Teal. HEX triplet: 15, 38 and 32. RGB value is (21,56,50). Sum of RGB (Red+Green+Blue) = 21+56+50=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #153832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153832 is #EAC7CD. Grayscale: #2C2C2C. Windows color (decimal): -15386574 or 3291157. OLE color: 3291157.

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

Color convert

RGB215650-
CMYK0.6300.110.78
HSL169.71º45.45%15.1%-
HSV(B)169.71º62.5%21.96%-
XYZ2.33.223.52-
YUV44.85130.9110.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 56 (22.27% from 255) = 44.09%
BLUE value IS 50 (19.92% from 255) = 39.37%
R=16.54%
G=44.09%
B=39.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2156500.6300.110.78169.7145.4515.1
Hex1538323F0B4Eaa2df
Octal257062770131162525517
Binary10101111000110010111111010111001110101010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153832; }

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

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

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

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

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

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

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

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