#114236

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

Shades of Deep Teal #114236

Tints of Deep Teal #114236

Color information

#114236 (or 0x114236) is unknown color: approx Deep Teal. HEX triplet: 11, 42 and 36. RGB value is (17,66,54). Sum of RGB (Red+Green+Blue) = 17+66+54=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #114236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114236 is #EEBDC9. Grayscale: #313131. Windows color (decimal): -15646154 or 3555857. OLE color: 3555857.

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

Color convert

RGB176654-
CMYK0.7400.180.74
HSL165.31º59.04%16.27%-
HSV(B)165.31º74.24%25.88%-
XYZ2.854.284.17-
YUV49.98130.27104.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 66 (26.17% from 255) = 48.18%
BLUE value IS 54 (21.48% from 255) = 39.42%
R=12.41%
G=48.18%
B=39.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766540.7400.180.74165.3159.0416.27
Hex1142364A0124Aa53b10
Octal21102661120221122457320
Binary100011000010110110100101001001010010101010010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114236; }

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

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

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

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

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

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

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

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