#114539

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

Shades of Deep Teal #114539

Tints of Deep Teal #114539

Color information

#114539 (or 0x114539) is unknown color: approx Deep Teal. HEX triplet: 11, 45 and 39. RGB value is (17,69,57). Sum of RGB (Red+Green+Blue) = 17+69+57=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #114539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114539 is #EEBAC6. Grayscale: #343434. Windows color (decimal): -15645383 or 3753233. OLE color: 3753233.

HSL color Cylindrical-coordinate representation of color #114539: hue angle of 166.15º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114539 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB176957-
CMYK0.7500.170.73
HSL166.15º60.47%16.86%-
HSV(B)166.15º75.36%27.06%-
XYZ3.14.674.61-
YUV52.08130.77102.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 57 (22.66% from 255) = 39.86%
R=11.89%
G=48.25%
B=39.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769570.7500.170.73166.1560.4716.86
Hex1145394B01149a63c11
Octal21105711130211112467421
Binary100011000101111001100101101000110010011010011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114539; }

 p { color: rgb(17,69,57); }

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

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

 a { background-color: rgb(17,69,57); }

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

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

 span { border-color: rgb(17,69,57); }

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