Html Css Color HEX #114537 Deep Teal

📋 copy color: '#114537'

red 17 ◦ green 69 ◦ blue 55

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

Shades of Deep Teal #114537

Tints of Deep Teal #114537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.94%

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

R = 12.06%
G = 48.94%
B = 39.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#114537 (or 0x114537) is known color: Deep Teal. HEX triplet: 11, 45 and 37. RGB value is (17,69,55). Sum of RGB (Red+Green+Blue) = 17+69+55=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #114537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114537 is #EEBAC8. Grayscale: #333333. Windows color (decimal): -15645385 or 3622161. OLE color: 3622161.

HSL color Cylindrical-coordinate representation of color #114537: hue angle of 163.85º 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 #114537 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 69 55 -
CMYK 0.75 0 0.20 0.73
HSL 163.85º 0.6% 0.17% -
HSV(B) 163.85º 0.75% 0.27% -
XYZ 3.05 4.65 4.35 -
YUV 51.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 17 69 55 0.75 0 0.20 0.73 163.85 0.6 0.17
Hex 11 45 37 4B 0 14 49 A4 3C 11
Octal 21 105 67 113 0 24 111 244 74 21
Binary 10001 1000101 110111 1001011 0 10100 1001001 10100100 111100 10001

Color Harmonies of #114537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114537

Black with #114537

Text Example


Text Example

White with #114537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114537; }

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

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

background-color css

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

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

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

border-color css

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

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

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