Html Css Color HEX #114336 Deep Teal

📋 copy color: '#114336'

red 17 ◦ green 67 ◦ blue 54

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

Shades of Deep Teal #114336

Tints of Deep Teal #114336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.55%

 BLUE value IS 54 (21.48% from 255) = 39.13%

R = 12.32%
G = 48.55%
B = 39.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.74

RGB Variations

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

Color information

#114336 (or 0x114336) is known color: Deep Teal. HEX triplet: 11, 43 and 36. RGB value is (17,67,54). Sum of RGB (Red+Green+Blue) = 17+67+54=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #114336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114336 is #EEBCC9. Grayscale: #323232. Windows color (decimal): -15645898 or 3556113. OLE color: 3556113.

HSL color Cylindrical-coordinate representation of color #114336: hue angle of 164.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114336 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 67 54 -
CMYK 0.75 0 0.19 0.74
HSL 164.4º 0.6% 0.16% -
HSV(B) 164.4º 0.75% 0.26% -
XYZ 2.9 4.4 4.19 -
YUV 50.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 17 67 54 0.75 0 0.19 0.74 164.4 0.6 0.16
Hex 11 43 36 4B 0 13 4A A4 3C 10
Octal 21 103 66 113 0 23 112 244 74 20
Binary 10001 1000011 110110 1001011 0 10011 1001010 10100100 111100 10000

Color Harmonies of #114336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114336

Black with #114336

Text Example


Text Example

White with #114336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114336; }

 p { color: rgb(17,67,54); }

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

background-color css

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

 a { background-color: rgb(17,67,54); }

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

border-color css

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

 span { border-color: rgb(17,67,54); }

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