Html Css Color HEX #11795C Deep Sea

📋 copy color: '#11795C'

red 17 ◦ green 121 ◦ blue 92

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

Shades of Deep Sea #11795C

Tints of Deep Sea #11795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40%

R = 7.39%
G = 52.61%
B = 40%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#11795C (or 0x11795C) is known color: Deep Sea. HEX triplet: 11, 79 and 5C. RGB value is (17,121,92). Sum of RGB (Red+Green+Blue) = 17+121+92=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #11795C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11795C is #EE86A3. Grayscale: #565656. Windows color (decimal): -15632036 or 6060305. OLE color: 6060305.

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

Color convert

RGB 17 121 92 -
CMYK 0.86 0 0.24 0.53
HSL 163.27º 0.75% 0.27% -
HSV(B) 163.27º 0.86% 0.47% -
XYZ 9 14.57 12.46 -
YUV 86.6 131.04 78.36 -
System Red Green Blue C M Y K H S L
Decimal 17 121 92 0.86 0 0.24 0.53 163.27 0.75 0.27
Hex 11 79 5C 56 0 18 35 A3 4B 1B
Octal 21 171 134 126 0 30 65 243 113 33
Binary 10001 1111001 1011100 1010110 0 11000 110101 10100011 1001011 11011

Color Harmonies of #11795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11795C

Black with #11795C

Text Example


Text Example

White with #11795C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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