#11423D

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

Shades of Deep Teal #11423D

Tints of Deep Teal #11423D

Color information

#11423D (or 0x11423D) is unknown color: approx Deep Teal. HEX triplet: 11, 42 and 3D. RGB value is (17,66,61). Sum of RGB (Red+Green+Blue) = 17+66+61=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #11423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11423D is #EEBDC2. Grayscale: #323232. Windows color (decimal): -15646147 or 4014609. OLE color: 4014609.

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

Color convert

RGB176661-
CMYK0.7400.080.74
HSL173.88º59.04%16.27%-
HSV(B)173.88º74.24%25.88%-
XYZ3.024.355.1-
YUV50.78133.77103.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 66 (26.17% from 255) = 45.83%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=11.81%
G=45.83%
B=42.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766610.7400.080.74173.8859.0416.27
Hex11423D4A084Aae3b10
Octal21102751120101122567320
Binary10001100001011110110010100100010010101010111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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