#153835

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

Shades of Deep Teal #153835

Tints of Deep Teal #153835

Color information

#153835 (or 0x153835) is unknown color: approx Deep Teal. HEX triplet: 15, 38 and 35. RGB value is (21,56,53). Sum of RGB (Red+Green+Blue) = 21+56+53=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #153835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153835 is #EAC7CA. Grayscale: #2D2D2D. Windows color (decimal): -15386571 or 3487765. OLE color: 3487765.

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

Color convert

RGB215653-
CMYK0.6300.050.78
HSL174.86º45.45%15.1%-
HSV(B)174.86º62.5%21.96%-
XYZ2.373.243.87-
YUV45.19132.4110.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=16.15%
G=43.08%
B=40.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2156530.6300.050.78174.8645.4515.1
Hex1538353F054Eaf2df
Octal25706577051162575517
Binary1010111100011010111111101011001110101011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153835; }

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

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

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

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

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

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

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

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