#15433B

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

Shades of Deep Teal #15433B

Tints of Deep Teal #15433B

Color information

#15433B (or 0x15433B) is unknown color: approx Deep Teal. HEX triplet: 15, 43 and 3B. RGB value is (21,67,59). Sum of RGB (Red+Green+Blue) = 21+67+59=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #15433B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15433B is #EABCC4. Grayscale: #343434. Windows color (decimal): -15383749 or 3883797. OLE color: 3883797.

HSL color Cylindrical-coordinate representation of color #15433B: hue angle of 169.57º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #15433B is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB216759-
CMYK0.6900.120.74
HSL169.57º52.27%17.25%-
HSV(B)169.57º68.66%26.27%-
XYZ3.114.494.84-
YUV52.33131.76105.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 67 (26.56% from 255) = 45.58%
BLUE value IS 59 (23.44% from 255) = 40.14%
R=14.29%
G=45.58%
B=40.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2167590.6900.120.74169.5752.2717.25
Hex15433B450C4Aaa3411
Octal25103731050141122526421
Binary10101100001111101110001010110010010101010101011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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