#15433A

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

Shades of Deep Teal #15433A

Tints of Deep Teal #15433A

Color information

#15433A (or 0x15433A) is unknown color: approx Deep Teal. HEX triplet: 15, 43 and 3A. RGB value is (21,67,58). Sum of RGB (Red+Green+Blue) = 21+67+58=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #15433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15433A is #EABCC5. Grayscale: #343434. Windows color (decimal): -15383750 or 3818261. OLE color: 3818261.

HSL color Cylindrical-coordinate representation of color #15433A: hue angle of 168.26º 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 #15433A is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB216758-
CMYK0.6900.130.74
HSL168.26º52.27%17.25%-
HSV(B)168.26º68.66%26.27%-
XYZ3.084.484.71-
YUV52.22131.26105.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 67 (26.56% from 255) = 45.89%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=14.38%
G=45.89%
B=39.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2167580.6900.130.74168.2652.2717.25
Hex15433A450D4Aa83411
Octal25103721050151122506421
Binary10101100001111101010001010110110010101010100011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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