Html Css Color HEX #11372F Deep Teal

📋 copy color: '#11372F'

red 17 ◦ green 55 ◦ blue 47

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

Shades of Deep Teal #11372F

Tints of Deep Teal #11372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 46.22%

 BLUE value IS 47 (18.75% from 255) = 39.5%

R = 14.29%
G = 46.22%
B = 39.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#11372F (or 0x11372F) is known color: Deep Teal. HEX triplet: 11, 37 and 2F. RGB value is (17,55,47). Sum of RGB (Red+Green+Blue) = 17+55+47=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #11372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11372F is #EEC8D0. Grayscale: #2A2A2A. Windows color (decimal): -15648977 or 3094289. OLE color: 3094289.

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

Color convert

RGB 17 55 47 -
CMYK 0.69 0 0.15 0.78
HSL 167.37º 0.53% 0.14% -
HSV(B) 167.37º 0.69% 0.22% -
XYZ 2.11 3.06 3.17 -
YUV 42.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 17 55 47 0.69 0 0.15 0.78 167.37 0.53 0.14
Hex 11 37 2F 45 0 F 4E A7 35 E
Octal 21 67 57 105 0 17 116 247 65 16
Binary 10001 110111 101111 1000101 0 1111 1001110 10100111 110101 1110

Color Harmonies of #11372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11372F

Black with #11372F

Text Example


Text Example

White with #11372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11372F; }

 p { color: rgb(17,55,47); }

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

background-color css

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

 a { background-color: rgb(17,55,47); }

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

border-color css

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

 span { border-color: rgb(17,55,47); }

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