Html Css Color HEX #113633 Deep Teal

📋 copy color: '#113633'

red 17 ◦ green 54 ◦ blue 51

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

Shades of Deep Teal #113633

Tints of Deep Teal #113633

RGB

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

 GREEN value IS 54 (21.48% from 255) = 44.26%

 BLUE value IS 51 (20.31% from 255) = 41.8%

R = 13.93%
G = 44.26%
B = 41.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#113633 (or 0x113633) is known color: Deep Teal. HEX triplet: 11, 36 and 33. RGB value is (17,54,51). Sum of RGB (Red+Green+Blue) = 17+54+51=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 54 - color contains mainly: green. Hex color #113633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113633 is #EEC9CC. Grayscale: #2A2A2A. Windows color (decimal): -15649229 or 3356177. OLE color: 3356177.

HSL color Cylindrical-coordinate representation of color #113633: hue angle of 175.14º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113633 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 54 51 -
CMYK 0.69 0 0.06 0.79
HSL 175.14º 0.52% 0.14% -
HSV(B) 175.14º 0.69% 0.21% -
XYZ 2.15 3 3.6 -
YUV 42.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 17 54 51 0.69 0 0.06 0.79 175.14 0.52 0.14
Hex 11 36 33 45 0 6 4F AF 34 E
Octal 21 66 63 105 0 6 117 257 64 16
Binary 10001 110110 110011 1000101 0 110 1001111 10101111 110100 1110

Color Harmonies of #113633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113633

Black with #113633

Text Example


Text Example

White with #113633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113633; }

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

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

background-color css

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

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

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

border-color css

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

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

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