Html Css Color HEX #114034 Deep Teal

📋 copy color: '#114034'

red 17 ◦ green 64 ◦ blue 52

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

Shades of Deep Teal #114034

Tints of Deep Teal #114034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 39.1%

R = 12.78%
G = 48.12%
B = 39.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#114034 (or 0x114034) is known color: Deep Teal. HEX triplet: 11, 40 and 34. RGB value is (17,64,52). Sum of RGB (Red+Green+Blue) = 17+64+52=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #114034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114034 is #EEBFCB. Grayscale: #303030. Windows color (decimal): -15646668 or 3424273. OLE color: 3424273.

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

Color convert

RGB 17 64 52 -
CMYK 0.73 0 0.19 0.75
HSL 164.68º 0.58% 0.16% -
HSV(B) 164.68º 0.73% 0.25% -
XYZ 2.68 4.03 3.89 -
YUV 48.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 17 64 52 0.73 0 0.19 0.75 164.68 0.58 0.16
Hex 11 40 34 49 0 13 4B A5 3A 10
Octal 21 100 64 111 0 23 113 245 72 20
Binary 10001 1000000 110100 1001001 0 10011 1001011 10100101 111010 10000

Color Harmonies of #114034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114034

Black with #114034

Text Example


Text Example

White with #114034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114034; }

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

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

background-color css

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

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

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

border-color css

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

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

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