Html Css Color HEX #114539 Deep Teal

📋 copy color: '#114539'

red 17 ◦ green 69 ◦ blue 57

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

Shades of Deep Teal #114539

Tints of Deep Teal #114539

RGB

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

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

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

R = 11.89%
G = 48.25%
B = 39.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#114539 (or 0x114539) is known color: Deep Teal. HEX triplet: 11, 45 and 39. RGB value is (17,69,57). Sum of RGB (Red+Green+Blue) = 17+69+57=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #114539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114539 is #EEBAC6. Grayscale: #343434. Windows color (decimal): -15645383 or 3753233. OLE color: 3753233.

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

Color convert

RGB 17 69 57 -
CMYK 0.75 0 0.17 0.73
HSL 166.15º 0.6% 0.17% -
HSV(B) 166.15º 0.75% 0.27% -
XYZ 3.1 4.67 4.61 -
YUV 52.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 17 69 57 0.75 0 0.17 0.73 166.15 0.6 0.17
Hex 11 45 39 4B 0 11 49 A6 3C 11
Octal 21 105 71 113 0 21 111 246 74 21
Binary 10001 1000101 111001 1001011 0 10001 1001001 10100110 111100 10001

Color Harmonies of #114539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114539

Black with #114539

Text Example


Text Example

White with #114539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114539; }

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

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

background-color css

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

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

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

border-color css

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

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

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