#153F37

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

Shades of Deep Teal #153F37

Tints of Deep Teal #153F37

Color information

#153F37 (or 0x153F37) is unknown color: approx Deep Teal. HEX triplet: 15, 3F and 37. RGB value is (21,63,55). Sum of RGB (Red+Green+Blue) = 21+63+55=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #153F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F37 is #EAC0C8. Grayscale: #313131. Windows color (decimal): -15384777 or 3620629. OLE color: 3620629.

HSL color Cylindrical-coordinate representation of color #153F37: hue angle of 168.57º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153F37 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB216355-
CMYK0.6700.130.75
HSL168.57º50%16.47%-
HSV(B)168.57º66.67%24.71%-
XYZ2.783.994.24-
YUV49.53131.09107.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 63 (25% from 255) = 45.32%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=15.11%
G=45.32%
B=39.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2163550.6700.130.75168.575016.47
Hex153F37430D4Ba93210
Octal2577671030151132516220
Binary1010111111111011110000110110110010111010100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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