Html Css Color HEX #114638 Deep Teal

📋 copy color: '#114638'

red 17 ◦ green 70 ◦ blue 56

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

Shades of Deep Teal #114638

Tints of Deep Teal #114638

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.95%

 BLUE value IS 56 (22.27% from 255) = 39.16%

R = 11.89%
G = 48.95%
B = 39.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#114638 (or 0x114638) is known color: Deep Teal. HEX triplet: 11, 46 and 38. RGB value is (17,70,56). Sum of RGB (Red+Green+Blue) = 17+70+56=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #114638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114638 is #EEB9C7. Grayscale: #343434. Windows color (decimal): -15645128 or 3687953. OLE color: 3687953.

HSL color Cylindrical-coordinate representation of color #114638: hue angle of 164.15º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114638 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 70 56 -
CMYK 0.76 0 0.20 0.73
HSL 164.15º 0.61% 0.17% -
HSV(B) 164.15º 0.76% 0.27% -
XYZ 3.14 4.79 4.5 -
YUV 52.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 17 70 56 0.76 0 0.20 0.73 164.15 0.61 0.17
Hex 11 46 38 4C 0 14 49 A4 3D 11
Octal 21 106 70 114 0 24 111 244 75 21
Binary 10001 1000110 111000 1001100 0 10100 1001001 10100100 111101 10001

Color Harmonies of #114638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114638

Black with #114638

Text Example


Text Example

White with #114638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114638; }

 p { color: rgb(17,70,56); }

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

background-color css

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

 a { background-color: rgb(17,70,56); }

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

border-color css

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

 span { border-color: rgb(17,70,56); }

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