Html Css Color HEX #113835 Deep Teal

📋 copy color: '#113835'

red 17 ◦ green 56 ◦ blue 53

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

Shades of Deep Teal #113835

Tints of Deep Teal #113835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 42.06%

R = 13.49%
G = 44.44%
B = 42.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#113835 (or 0x113835) is known color: Deep Teal. HEX triplet: 11, 38 and 35. RGB value is (17,56,53). Sum of RGB (Red+Green+Blue) = 17+56+53=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #113835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113835 is #EEC7CA. Grayscale: #2B2B2B. Windows color (decimal): -15648715 or 3487761. OLE color: 3487761.

HSL color Cylindrical-coordinate representation of color #113835: hue angle of 175.38º 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 #113835 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 56 53 -
CMYK 0.70 0 0.05 0.78
HSL 175.38º 0.53% 0.14% -
HSV(B) 175.38º 0.7% 0.22% -
XYZ 2.29 3.2 3.87 -
YUV 44 133.08 108.74 -
System Red Green Blue C M Y K H S L
Decimal 17 56 53 0.70 0 0.05 0.78 175.38 0.53 0.14
Hex 11 38 35 46 0 5 4E AF 35 E
Octal 21 70 65 106 0 5 116 257 65 16
Binary 10001 111000 110101 1000110 0 101 1001110 10101111 110101 1110

Color Harmonies of #113835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113835

Black with #113835

Text Example


Text Example

White with #113835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113835; }

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

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

background-color css

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

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

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

border-color css

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

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

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