Html Css Color HEX #114039 Deep Teal

📋 copy color: '#114039'

red 17 ◦ green 64 ◦ blue 57

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

Shades of Deep Teal #114039

Tints of Deep Teal #114039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.38%

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

R = 12.32%
G = 46.38%
B = 41.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#114039 (or 0x114039) is known color: Deep Teal. HEX triplet: 11, 40 and 39. RGB value is (17,64,57). Sum of RGB (Red+Green+Blue) = 17+64+57=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #114039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114039 is #EEBFC6. Grayscale: #313131. Windows color (decimal): -15646663 or 3751953. OLE color: 3751953.

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

Color convert

RGB 17 64 57 -
CMYK 0.73 0 0.11 0.75
HSL 171.06º 0.58% 0.16% -
HSV(B) 171.06º 0.73% 0.25% -
XYZ 2.8 4.08 4.51 -
YUV 49.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 17 64 57 0.73 0 0.11 0.75 171.06 0.58 0.16
Hex 11 40 39 49 0 B 4B AB 3A 10
Octal 21 100 71 111 0 13 113 253 72 20
Binary 10001 1000000 111001 1001001 0 1011 1001011 10101011 111010 10000

Color Harmonies of #114039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114039

Black with #114039

Text Example


Text Example

White with #114039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114039; }

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

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

background-color css

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

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

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

border-color css

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

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

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