Html Css Color HEX #115441 Deep Teal

📋 copy color: '#115441'

red 17 ◦ green 84 ◦ blue 65

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

Shades of Deep Teal #115441

Tints of Deep Teal #115441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.6%

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 10.24%
G = 50.6%
B = 39.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#115441 (or 0x115441) is known color: Deep Teal. HEX triplet: 11, 54 and 41. RGB value is (17,84,65). Sum of RGB (Red+Green+Blue) = 17+84+65=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #115441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115441 is #EEABBE. Grayscale: #3D3D3D. Windows color (decimal): -15641535 or 4281361. OLE color: 4281361.

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

Color convert

RGB 17 84 65 -
CMYK 0.80 0 0.23 0.67
HSL 162.99º 0.66% 0.2% -
HSV(B) 162.99º 0.8% 0.33% -
XYZ 4.36 6.84 6.09 -
YUV 61.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 17 84 65 0.80 0 0.23 0.67 162.99 0.66 0.2
Hex 11 54 41 50 0 17 43 A3 42 14
Octal 21 124 101 120 0 27 103 243 102 24
Binary 10001 1010100 1000001 1010000 0 10111 1000011 10100011 1000010 10100

Color Harmonies of #115441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115441

Black with #115441

Text Example


Text Example

White with #115441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115441; }

 p { color: rgb(17,84,65); }

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

background-color css

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

 a { background-color: rgb(17,84,65); }

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

border-color css

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

 span { border-color: rgb(17,84,65); }

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