Html Css Color HEX #11735C Deep Sea

📋 copy color: '#11735C'

red 17 ◦ green 115 ◦ blue 92

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

Shades of Deep Sea #11735C

Tints of Deep Sea #11735C

RGB

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

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

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

R = 7.59%
G = 51.34%
B = 41.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#11735C (or 0x11735C) is known color: Deep Sea. HEX triplet: 11, 73 and 5C. RGB value is (17,115,92). Sum of RGB (Red+Green+Blue) = 17+115+92=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #11735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11735C is #EE8CA3. Grayscale: #535353. Windows color (decimal): -15633572 or 6058769. OLE color: 6058769.

HSL color Cylindrical-coordinate representation of color #11735C: hue angle of 165.92º 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 #11735C is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 115 92 -
CMYK 0.85 0 0.20 0.55
HSL 165.92º 0.74% 0.26% -
HSV(B) 165.92º 0.85% 0.45% -
XYZ 8.29 13.15 12.23 -
YUV 83.08 133.03 80.87 -
System Red Green Blue C M Y K H S L
Decimal 17 115 92 0.85 0 0.20 0.55 165.92 0.74 0.26
Hex 11 73 5C 55 0 14 37 A6 4A 1A
Octal 21 163 134 125 0 24 67 246 112 32
Binary 10001 1110011 1011100 1010101 0 10100 110111 10100110 1001010 11010

Color Harmonies of #11735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11735C

Black with #11735C

Text Example


Text Example

White with #11735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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