Html Css Color HEX #11735B Deep Sea

📋 copy color: '#11735B'

red 17 ◦ green 115 ◦ blue 91

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

Shades of Deep Sea #11735B

Tints of Deep Sea #11735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.57%

 BLUE value IS 91 (35.94% from 255) = 40.81%

R = 7.62%
G = 51.57%
B = 40.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#11735B (or 0x11735B) is known color: Deep Sea. HEX triplet: 11, 73 and 5B. RGB value is (17,115,91). Sum of RGB (Red+Green+Blue) = 17+115+91=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #11735B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11735B is #EE8CA4. Grayscale: #525252. Windows color (decimal): -15633573 or 5993233. OLE color: 5993233.

HSL color Cylindrical-coordinate representation of color #11735B: hue angle of 165.31º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11735B is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 115 91 -
CMYK 0.85 0 0.21 0.55
HSL 165.31º 0.74% 0.26% -
HSV(B) 165.31º 0.85% 0.45% -
XYZ 8.25 13.14 12 -
YUV 82.96 132.53 80.95 -
System Red Green Blue C M Y K H S L
Decimal 17 115 91 0.85 0 0.21 0.55 165.31 0.74 0.26
Hex 11 73 5B 55 0 15 37 A5 4A 1A
Octal 21 163 133 125 0 25 67 245 112 32
Binary 10001 1110011 1011011 1010101 0 10101 110111 10100101 1001010 11010

Color Harmonies of #11735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11735B

Black with #11735B

Text Example


Text Example

White with #11735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11735B; }

 p { color: rgb(17,115,91); }

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

background-color css

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

 a { background-color: rgb(17,115,91); }

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

border-color css

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

 span { border-color: rgb(17,115,91); }

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