#114339

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

Shades of Deep Teal #114339

Tints of Deep Teal #114339

Color information

#114339 (or 0x114339) is unknown color: approx Deep Teal. HEX triplet: 11, 43 and 39. RGB value is (17,67,57). Sum of RGB (Red+Green+Blue) = 17+67+57=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #114339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114339 is #EEBCC6. Grayscale: #323232. Windows color (decimal): -15645895 or 3752721. OLE color: 3752721.

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

Color convert

RGB176757-
CMYK0.7500.150.74
HSL168º59.52%16.47%-
HSV(B)168º74.63%26.27%-
XYZ2.984.434.57-
YUV50.91131.44103.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 67 (26.56% from 255) = 47.52%
BLUE value IS 57 (22.66% from 255) = 40.43%
R=12.06%
G=47.52%
B=40.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767570.7500.150.7416859.5216.47
Hex1143394B0F4Aa83c10
Octal21103711130171122507420
Binary10001100001111100110010110111110010101010100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114339; }

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

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

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

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

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

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

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

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