Html Css Color HEX #114037 Deep Teal

📋 copy color: '#114037'

red 17 ◦ green 64 ◦ blue 55

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

Shades of Deep Teal #114037

Tints of Deep Teal #114037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.06%

 BLUE value IS 55 (21.88% from 255) = 40.44%

R = 12.5%
G = 47.06%
B = 40.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#114037 (or 0x114037) is known color: Deep Teal. HEX triplet: 11, 40 and 37. RGB value is (17,64,55). Sum of RGB (Red+Green+Blue) = 17+64+55=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #114037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114037 is #EEBFC8. Grayscale: #303030. Windows color (decimal): -15646665 or 3620881. OLE color: 3620881.

HSL color Cylindrical-coordinate representation of color #114037: hue angle of 168.51º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114037 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 64 55 -
CMYK 0.73 0 0.14 0.75
HSL 168.51º 0.58% 0.16% -
HSV(B) 168.51º 0.73% 0.25% -
XYZ 2.75 4.06 4.25 -
YUV 48.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 17 64 55 0.73 0 0.14 0.75 168.51 0.58 0.16
Hex 11 40 37 49 0 E 4B A9 3A 10
Octal 21 100 67 111 0 16 113 251 72 20
Binary 10001 1000000 110111 1001001 0 1110 1001011 10101001 111010 10000

Color Harmonies of #114037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114037

Black with #114037

Text Example


Text Example

White with #114037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114037; }

 p { color: rgb(17,64,55); }

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

background-color css

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

 a { background-color: rgb(17,64,55); }

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

border-color css

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

 span { border-color: rgb(17,64,55); }

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