#153935

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

Shades of Deep Teal #153935

Tints of Deep Teal #153935

Color information

#153935 (or 0x153935) is unknown color: approx Deep Teal. HEX triplet: 15, 39 and 35. RGB value is (21,57,53). Sum of RGB (Red+Green+Blue) = 21+57+53=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #153935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153935 is #EAC6CA. Grayscale: #2D2D2D. Windows color (decimal): -15386315 or 3488021. OLE color: 3488021.

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

Color convert

RGB215753-
CMYK0.6300.070.78
HSL173.33º46.15%15.29%-
HSV(B)173.33º63.16%22.35%-
XYZ2.413.343.89-
YUV45.78132.07110.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 57 (22.66% from 255) = 43.51%
BLUE value IS 53 (21.09% from 255) = 40.46%
R=16.03%
G=43.51%
B=40.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2157530.6300.070.78173.3346.1515.29
Hex1539353F074Ead2ef
Octal25716577071162555617
Binary1010111100111010111111101111001110101011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153935; }

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

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

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

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

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

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

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

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