Html Css Color HEX #114139 Deep Teal

📋 copy color: '#114139'

red 17 ◦ green 65 ◦ blue 57

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

Shades of Deep Teal #114139

Tints of Deep Teal #114139

RGB

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

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

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

R = 12.23%
G = 46.76%
B = 41.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#114139 (or 0x114139) is known color: Deep Teal. HEX triplet: 11, 41 and 39. RGB value is (17,65,57). Sum of RGB (Red+Green+Blue) = 17+65+57=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #114139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114139 is #EEBEC6. Grayscale: #313131. Windows color (decimal): -15646407 or 3752209. OLE color: 3752209.

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

Color convert

RGB 17 65 57 -
CMYK 0.74 0 0.12 0.75
HSL 170º 0.59% 0.16% -
HSV(B) 170º 0.74% 0.25% -
XYZ 2.86 4.2 4.53 -
YUV 49.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 17 65 57 0.74 0 0.12 0.75 170 0.59 0.16
Hex 11 41 39 4A 0 C 4B AA 3B 10
Octal 21 101 71 112 0 14 113 252 73 20
Binary 10001 1000001 111001 1001010 0 1100 1001011 10101010 111011 10000

Color Harmonies of #114139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114139

Black with #114139

Text Example


Text Example

White with #114139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114139; }

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

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

background-color css

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

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

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

border-color css

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

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

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