#114137

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

Shades of Deep Teal #114137

Tints of Deep Teal #114137

Color information

#114137 (or 0x114137) is unknown color: approx Deep Teal. HEX triplet: 11, 41 and 37. RGB value is (17,65,55). Sum of RGB (Red+Green+Blue) = 17+65+55=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #114137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114137 is #EEBEC8. Grayscale: #313131. Windows color (decimal): -15646409 or 3621137. OLE color: 3621137.

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

Color convert

RGB176555-
CMYK0.7400.150.75
HSL167.5º58.54%16.08%-
HSV(B)167.5º73.85%25.49%-
XYZ2.814.184.27-
YUV49.51131.1104.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 55 (21.88% from 255) = 40.15%
R=12.41%
G=47.45%
B=40.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765550.7400.150.75167.558.5416.08
Hex1141374A0F4Ba83b10
Octal21101671120171132507320
Binary10001100000111011110010100111110010111010100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114137; }

 p { color: rgb(17,65,55); }

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

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

 a { background-color: rgb(17,65,55); }

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

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

 span { border-color: rgb(17,65,55); }

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