#114036

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

Shades of Deep Teal #114036

Tints of Deep Teal #114036

Color information

#114036 (or 0x114036) is unknown color: approx Deep Teal. HEX triplet: 11, 40 and 36. RGB value is (17,64,54). Sum of RGB (Red+Green+Blue) = 17+64+54=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #114036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114036 is #EEBFC9. Grayscale: #303030. Windows color (decimal): -15646666 or 3555345. OLE color: 3555345.

HSL color Cylindrical-coordinate representation of color #114036: hue angle of 167.23º 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 #114036 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB176454-
CMYK0.7300.160.75
HSL167.23º58.02%15.88%-
HSV(B)167.23º73.44%25.1%-
XYZ2.734.054.13-
YUV48.81130.93105.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 54 (21.48% from 255) = 40%
R=12.59%
G=47.41%
B=40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764540.7300.160.75167.2358.0215.88
Hex114036490104Ba73a10
Octal21100661110201132477220
Binary100011000000110110100100101000010010111010011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114036; }

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

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

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

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

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

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

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

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