Html Css Color HEX #114437 Deep Teal

📋 copy color: '#114437'

red 17 ◦ green 68 ◦ blue 55

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

Shades of Deep Teal #114437

Tints of Deep Teal #114437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.57%

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

R = 12.14%
G = 48.57%
B = 39.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#114437 (or 0x114437) is known color: Deep Teal. HEX triplet: 11, 44 and 37. RGB value is (17,68,55). Sum of RGB (Red+Green+Blue) = 17+68+55=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #114437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114437 is #EEBBC8. Grayscale: #333333. Windows color (decimal): -15645641 or 3621905. OLE color: 3621905.

HSL color Cylindrical-coordinate representation of color #114437: hue angle of 164.71º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114437 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 68 55 -
CMYK 0.75 0 0.19 0.73
HSL 164.71º 0.6% 0.17% -
HSV(B) 164.71º 0.75% 0.27% -
XYZ 2.99 4.53 4.33 -
YUV 51.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 17 68 55 0.75 0 0.19 0.73 164.71 0.6 0.17
Hex 11 44 37 4B 0 13 49 A5 3C 11
Octal 21 104 67 113 0 23 111 245 74 21
Binary 10001 1000100 110111 1001011 0 10011 1001001 10100101 111100 10001

Color Harmonies of #114437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114437

Black with #114437

Text Example


Text Example

White with #114437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114437; }

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

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

background-color css

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

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

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

border-color css

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

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

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