Html Css Color HEX #113934 Deep Teal

📋 copy color: '#113934'

red 17 ◦ green 57 ◦ blue 52

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

Shades of Deep Teal #113934

Tints of Deep Teal #113934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.24%

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

R = 13.49%
G = 45.24%
B = 41.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#113934 (or 0x113934) is known color: Deep Teal. HEX triplet: 11, 39 and 34. RGB value is (17,57,52). Sum of RGB (Red+Green+Blue) = 17+57+52=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 57 - color contains mainly: green. Hex color #113934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113934 is #EEC6CB. Grayscale: #2C2C2C. Windows color (decimal): -15648460 or 3422481. OLE color: 3422481.

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

Color convert

RGB 17 57 52 -
CMYK 0.70 0 0.09 0.78
HSL 172.5º 0.54% 0.15% -
HSV(B) 172.5º 0.7% 0.22% -
XYZ 2.31 3.29 3.76 -
YUV 44.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 17 57 52 0.70 0 0.09 0.78 172.5 0.54 0.15
Hex 11 39 34 46 0 9 4E AC 36 F
Octal 21 71 64 106 0 11 116 254 66 17
Binary 10001 111001 110100 1000110 0 1001 1001110 10101100 110110 1111

Color Harmonies of #113934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113934

Black with #113934

Text Example


Text Example

White with #113934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113934; }

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

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

background-color css

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

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

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

border-color css

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

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

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