#114039

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

Shades of Deep Teal #114039

Tints of Deep Teal #114039

Color information

#114039 (or 0x114039) is unknown color: approx Deep Teal. HEX triplet: 11, 40 and 39. RGB value is (17,64,57). Sum of RGB (Red+Green+Blue) = 17+64+57=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #114039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114039 is #EEBFC6. Grayscale: #313131. Windows color (decimal): -15646663 or 3751953. OLE color: 3751953.

HSL color Cylindrical-coordinate representation of color #114039: hue angle of 171.06º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114039 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB176457-
CMYK0.7300.110.75
HSL171.06º58.02%15.88%-
HSV(B)171.06º73.44%25.1%-
XYZ2.84.084.51-
YUV49.15132.43105.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.32%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=12.32%
G=46.38%
B=41.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764570.7300.110.75171.0658.0215.88
Hex114039490B4Bab3a10
Octal21100711110131132537220
Binary10001100000011100110010010101110010111010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114039; }

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

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

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

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

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

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

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

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