#15453B

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

Shades of Deep Teal #15453B

Tints of Deep Teal #15453B

Color information

#15453B (or 0x15453B) is unknown color: approx Deep Teal. HEX triplet: 15, 45 and 3B. RGB value is (21,69,59). Sum of RGB (Red+Green+Blue) = 21+69+59=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #15453B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15453B is #EABAC4. Grayscale: #353535. Windows color (decimal): -15383237 or 3884309. OLE color: 3884309.

HSL color Cylindrical-coordinate representation of color #15453B: hue angle of 167.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15453B is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB216959-
CMYK0.7000.140.73
HSL167.5º53.33%17.65%-
HSV(B)167.5º69.57%27.06%-
XYZ3.234.734.88-
YUV53.51131.1104.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 69 (27.34% from 255) = 46.31%
BLUE value IS 59 (23.44% from 255) = 39.60%
R=14.09%
G=46.31%
B=39.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2169590.7000.140.73167.553.3317.65
Hex15453B460E49a83512
Octal25105731060161112506522
Binary10101100010111101110001100111010010011010100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15453B; }

 p { color: rgb(21,69,59); }

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

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

 a { background-color: rgb(21,69,59); }

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

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

 span { border-color: rgb(21,69,59); }

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