#114238

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

Shades of Deep Teal #114238

Tints of Deep Teal #114238

Color information

#114238 (or 0x114238) is unknown color: approx Deep Teal. HEX triplet: 11, 42 and 38. RGB value is (17,66,56). Sum of RGB (Red+Green+Blue) = 17+66+56=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #114238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114238 is #EEBDC7. Grayscale: #323232. Windows color (decimal): -15646152 or 3686929. OLE color: 3686929.

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

Color convert

RGB176656-
CMYK0.7400.150.74
HSL167.76º59.04%16.27%-
HSV(B)167.76º74.24%25.88%-
XYZ2.894.34.42-
YUV50.21131.27104.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=12.23%
G=47.48%
B=40.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766560.7400.150.74167.7659.0416.27
Hex1142384A0F4Aa83b10
Octal21102701120171122507320
Binary10001100001011100010010100111110010101010100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114238; }

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

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

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

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

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

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

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

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