#11433D

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

Shades of Deep Teal #11433D

Tints of Deep Teal #11433D

Color information

#11433D (or 0x11433D) is unknown color: approx Deep Teal. HEX triplet: 11, 43 and 3D. RGB value is (17,67,61). Sum of RGB (Red+Green+Blue) = 17+67+61=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #11433D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11433D is #EEBCC2. Grayscale: #333333. Windows color (decimal): -15645891 or 4014865. OLE color: 4014865.

HSL color Cylindrical-coordinate representation of color #11433D: hue angle of 172.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11433D is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB176761-
CMYK0.7500.090.74
HSL172.8º59.52%16.47%-
HSV(B)172.8º74.63%26.27%-
XYZ3.084.475.12-
YUV51.37133.44103.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 61 (24.22% from 255) = 42.07%
R=11.72%
G=46.21%
B=42.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767610.7500.090.74172.859.5216.47
Hex11433D4B094Aad3c10
Octal21103751130111122557420
Binary10001100001111110110010110100110010101010110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11433D; }

 p { color: rgb(17,67,61); }

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

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

 a { background-color: rgb(17,67,61); }

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

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

 span { border-color: rgb(17,67,61); }

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