Html Css Color HEX #11795D Deep Sea

📋 copy color: '#11795D'

red 17 ◦ green 121 ◦ blue 93

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

Shades of Deep Sea #11795D

Tints of Deep Sea #11795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.38%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 7.36%
G = 52.38%
B = 40.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#11795D (or 0x11795D) is known color: Deep Sea. HEX triplet: 11, 79 and 5D. RGB value is (17,121,93). Sum of RGB (Red+Green+Blue) = 17+121+93=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #11795D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11795D is #EE86A2. Grayscale: #565656. Windows color (decimal): -15632035 or 6125841. OLE color: 6125841.

HSL color Cylindrical-coordinate representation of color #11795D: hue angle of 163.85º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11795D is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 121 93 -
CMYK 0.86 0 0.23 0.53
HSL 163.85º 0.75% 0.27% -
HSV(B) 163.85º 0.86% 0.47% -
XYZ 9.04 14.58 12.69 -
YUV 86.71 131.54 78.28 -
System Red Green Blue C M Y K H S L
Decimal 17 121 93 0.86 0 0.23 0.53 163.85 0.75 0.27
Hex 11 79 5D 56 0 17 35 A4 4B 1B
Octal 21 171 135 126 0 27 65 244 113 33
Binary 10001 1111001 1011101 1010110 0 10111 110101 10100100 1001011 11011

Color Harmonies of #11795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11795D

Black with #11795D

Text Example


Text Example

White with #11795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11795D; }

 p { color: rgb(17,121,93); }

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

background-color css

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

 a { background-color: rgb(17,121,93); }

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

border-color css

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

 span { border-color: rgb(17,121,93); }

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