#114239

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

Shades of Deep Teal #114239

Tints of Deep Teal #114239

Color information

#114239 (or 0x114239) is unknown color: approx Deep Teal. HEX triplet: 11, 42 and 39. RGB value is (17,66,57). Sum of RGB (Red+Green+Blue) = 17+66+57=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #114239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114239 is #EEBDC6. Grayscale: #323232. Windows color (decimal): -15646151 or 3752465. OLE color: 3752465.

HSL color Cylindrical-coordinate representation of color #114239: hue angle of 168.98º 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 #114239 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB176657-
CMYK0.7400.140.74
HSL168.98º59.04%16.27%-
HSV(B)168.98º74.24%25.88%-
XYZ2.924.314.55-
YUV50.32131.77104.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 57 (22.66% from 255) = 40.71%
R=12.14%
G=47.14%
B=40.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766570.7400.140.74168.9859.0416.27
Hex1142394A0E4Aa93b10
Octal21102711120161122517320
Binary10001100001011100110010100111010010101010100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114239; }

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

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

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

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

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

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

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

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