Html Css Color HEX #11765C Deep Sea

📋 copy color: '#11765C'

red 17 ◦ green 118 ◦ blue 92

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

Shades of Deep Sea #11765C

Tints of Deep Sea #11765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.98%

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

R = 7.49%
G = 51.98%
B = 40.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#11765C (or 0x11765C) is known color: Deep Sea. HEX triplet: 11, 76 and 5C. RGB value is (17,118,92). Sum of RGB (Red+Green+Blue) = 17+118+92=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #11765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11765C is #EE89A3. Grayscale: #545454. Windows color (decimal): -15632804 or 6059537. OLE color: 6059537.

HSL color Cylindrical-coordinate representation of color #11765C: hue angle of 164.55º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11765C is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 118 92 -
CMYK 0.86 0 0.22 0.54
HSL 164.55º 0.75% 0.26% -
HSV(B) 164.55º 0.86% 0.46% -
XYZ 8.64 13.85 12.34 -
YUV 84.84 132.04 79.61 -
System Red Green Blue C M Y K H S L
Decimal 17 118 92 0.86 0 0.22 0.54 164.55 0.75 0.26
Hex 11 76 5C 56 0 16 36 A5 4B 1A
Octal 21 166 134 126 0 26 66 245 113 32
Binary 10001 1110110 1011100 1010110 0 10110 110110 10100101 1001011 11010

Color Harmonies of #11765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11765C

Black with #11765C

Text Example


Text Example

White with #11765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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