Html Css Color HEX #115748 Deep Teal

📋 copy color: '#115748'

red 17 ◦ green 87 ◦ blue 72

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

Shades of Deep Teal #115748

Tints of Deep Teal #115748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.43%

 BLUE value IS 72 (28.52% from 255) = 40.91%

R = 9.66%
G = 49.43%
B = 40.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#115748 (or 0x115748) is known color: Deep Teal. HEX triplet: 11, 57 and 48. RGB value is (17,87,72). Sum of RGB (Red+Green+Blue) = 17+87+72=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #115748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115748 is #EEA8B7. Grayscale: #404040. Windows color (decimal): -15640760 or 4740881. OLE color: 4740881.

HSL color Cylindrical-coordinate representation of color #115748: hue angle of 167.14º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115748 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 87 72 -
CMYK 0.80 0 0.17 0.66
HSL 167.14º 0.67% 0.2% -
HSV(B) 167.14º 0.8% 0.34% -
XYZ 4.81 7.4 7.31 -
YUV 64.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 17 87 72 0.80 0 0.17 0.66 167.14 0.67 0.2
Hex 11 57 48 50 0 11 42 A7 43 14
Octal 21 127 110 120 0 21 102 247 103 24
Binary 10001 1010111 1001000 1010000 0 10001 1000010 10100111 1000011 10100

Color Harmonies of #115748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115748

Black with #115748

Text Example


Text Example

White with #115748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115748; }

 p { color: rgb(17,87,72); }

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

background-color css

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

 a { background-color: rgb(17,87,72); }

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

border-color css

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

 span { border-color: rgb(17,87,72); }

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