Html Css Color HEX #114137 Deep Teal

📋 copy color: '#114137'

red 17 ◦ green 65 ◦ blue 55

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

Shades of Deep Teal #114137

Tints of Deep Teal #114137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.45%

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

R = 12.41%
G = 47.45%
B = 40.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#114137 (or 0x114137) is known color: Deep Teal. HEX triplet: 11, 41 and 37. RGB value is (17,65,55). Sum of RGB (Red+Green+Blue) = 17+65+55=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #114137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114137 is #EEBEC8. Grayscale: #313131. Windows color (decimal): -15646409 or 3621137. OLE color: 3621137.

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

Color convert

RGB 17 65 55 -
CMYK 0.74 0 0.15 0.75
HSL 167.5º 0.59% 0.16% -
HSV(B) 167.5º 0.74% 0.25% -
XYZ 2.81 4.18 4.27 -
YUV 49.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 17 65 55 0.74 0 0.15 0.75 167.5 0.59 0.16
Hex 11 41 37 4A 0 F 4B A8 3B 10
Octal 21 101 67 112 0 17 113 250 73 20
Binary 10001 1000001 110111 1001010 0 1111 1001011 10101000 111011 10000

Color Harmonies of #114137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114137

Black with #114137

Text Example


Text Example

White with #114137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114137; }

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

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

background-color css

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

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

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

border-color css

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

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

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