Html Css Color HEX #11795F Deep Sea

📋 copy color: '#11795F'

red 17 ◦ green 121 ◦ blue 95

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

Shades of Deep Sea #11795F

Tints of Deep Sea #11795F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.77%

R = 7.3%
G = 51.93%
B = 40.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#11795F (or 0x11795F) is known color: Deep Sea. HEX triplet: 11, 79 and 5F. RGB value is (17,121,95). Sum of RGB (Red+Green+Blue) = 17+121+95=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #11795F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11795F is #EE86A0. Grayscale: #565656. Windows color (decimal): -15632033 or 6256913. OLE color: 6256913.

HSL color Cylindrical-coordinate representation of color #11795F: hue angle of 165º 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 #11795F is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 121 95 -
CMYK 0.86 0 0.21 0.53
HSL 165º 0.75% 0.27% -
HSV(B) 165º 0.86% 0.47% -
XYZ 9.13 14.62 13.17 -
YUV 86.94 132.54 78.11 -
System Red Green Blue C M Y K H S L
Decimal 17 121 95 0.86 0 0.21 0.53 165 0.75 0.27
Hex 11 79 5F 56 0 15 35 A5 4B 1B
Octal 21 171 137 126 0 25 65 245 113 33
Binary 10001 1111001 1011111 1010110 0 10101 110101 10100101 1001011 11011

Color Harmonies of #11795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11795F

Black with #11795F

Text Example


Text Example

White with #11795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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