#153833

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

Shades of Deep Teal #153833

Tints of Deep Teal #153833

Color information

#153833 (or 0x153833) is unknown color: approx Deep Teal. HEX triplet: 15, 38 and 33. RGB value is (21,56,51). Sum of RGB (Red+Green+Blue) = 21+56+51=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #153833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153833 is #EAC7CC. Grayscale: #2C2C2C. Windows color (decimal): -15386573 or 3356693. OLE color: 3356693.

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

Color convert

RGB215651-
CMYK0.6300.090.78
HSL171.43º45.45%15.1%-
HSV(B)171.43º62.5%21.96%-
XYZ2.323.233.63-
YUV44.96131.4110.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 56 (22.27% from 255) = 43.75%
BLUE value IS 51 (20.31% from 255) = 39.84%
R=16.41%
G=43.75%
B=39.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2156510.6300.090.78171.4345.4515.1
Hex1538333F094Eab2df
Octal257063770111162535517
Binary10101111000110011111111010011001110101010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153833; }

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

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

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

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

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

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

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

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