Html Css Color HEX #114939 Deep Teal

📋 copy color: '#114939'

red 17 ◦ green 73 ◦ blue 57

#114939
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #114939

Tints of Deep Teal #114939

RGB

 RED value IS 17 (7.03% from 255) = 11.56%

 GREEN value IS 73 (28.91% from 255) = 49.66%

 BLUE value IS 57 (22.66% from 255) = 38.78%

R = 11.56%
G = 49.66%
B = 38.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#114939 (or 0x114939) is known color: Deep Teal. HEX triplet: 11, 49 and 39. RGB value is (17,73,57). Sum of RGB (Red+Green+Blue) = 17+73+57=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #114939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114939 is #EEB6C6. Grayscale: #363636. Windows color (decimal): -15644359 or 3754257. OLE color: 3754257.

HSL color Cylindrical-coordinate representation of color #114939: hue angle of 162.86º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114939 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 57 -
CMYK 0.77 0 0.22 0.71
HSL 162.86º 0.62% 0.18% -
HSV(B) 162.86º 0.77% 0.29% -
XYZ 3.35 5.18 4.69 -
YUV 54.43 129.45 101.3 -
System Red Green Blue C M Y K H S L
Decimal 17 73 57 0.77 0 0.22 0.71 162.86 0.62 0.18
Hex 11 49 39 4D 0 16 47 A3 3E 12
Octal 21 111 71 115 0 26 107 243 76 22
Binary 10001 1001001 111001 1001101 0 10110 1000111 10100011 111110 10010

Color Harmonies of #114939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114939

Black with #114939

Text Example


Text Example

White with #114939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114939; }

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

 H1.HeaderClassName
 {
   color: #114939;
 }
 .AnyTagClassName
 {
   color: #114939;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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