Html Css Color HEX #113832 Deep Teal

📋 copy color: '#113832'

red 17 ◦ green 56 ◦ blue 50

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

Shades of Deep Teal #113832

Tints of Deep Teal #113832

RGB

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

 GREEN value IS 56 (22.27% from 255) = 45.53%

 BLUE value IS 50 (19.92% from 255) = 40.65%

R = 13.82%
G = 45.53%
B = 40.65%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#113832 (or 0x113832) is known color: Deep Teal. HEX triplet: 11, 38 and 32. RGB value is (17,56,50). Sum of RGB (Red+Green+Blue) = 17+56+50=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #113832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113832 is #EEC7CD. Grayscale: #2B2B2B. Windows color (decimal): -15648718 or 3291153. OLE color: 3291153.

HSL color Cylindrical-coordinate representation of color #113832: hue angle of 170.77º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113832 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 56 50 -
CMYK 0.70 0 0.11 0.78
HSL 170.77º 0.53% 0.14% -
HSV(B) 170.77º 0.7% 0.22% -
XYZ 2.22 3.18 3.51 -
YUV 43.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 17 56 50 0.70 0 0.11 0.78 170.77 0.53 0.14
Hex 11 38 32 46 0 B 4E AB 35 E
Octal 21 70 62 106 0 13 116 253 65 16
Binary 10001 111000 110010 1000110 0 1011 1001110 10101011 110101 1110

Color Harmonies of #113832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113832

Black with #113832

Text Example


Text Example

White with #113832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113832; }

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

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

background-color css

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

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

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

border-color css

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

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

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