Html Css Color HEX #117C5D Deep Sea

📋 copy color: '#117C5D'

red 17 ◦ green 124 ◦ blue 93

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

Shades of Deep Sea #117C5D

Tints of Deep Sea #117C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 52.99%

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 7.26%
G = 52.99%
B = 39.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#117C5D (or 0x117C5D) is known color: Deep Sea. HEX triplet: 11, 7C and 5D. RGB value is (17,124,93). Sum of RGB (Red+Green+Blue) = 17+124+93=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 124 (48.83% from 255 or 52.99% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 124 - color contains mainly: green. Hex color #117C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C5D is #EE83A2. Grayscale: #585858. Windows color (decimal): -15631267 or 6126609. OLE color: 6126609.

HSL color Cylindrical-coordinate representation of color #117C5D: hue angle of 162.62º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C5D is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 124 93 -
CMYK 0.86 0 0.25 0.51
HSL 162.62º 0.76% 0.28% -
HSV(B) 162.62º 0.86% 0.49% -
XYZ 9.41 15.32 12.82 -
YUV 88.47 130.55 77.02 -
System Red Green Blue C M Y K H S L
Decimal 17 124 93 0.86 0 0.25 0.51 162.62 0.76 0.28
Hex 11 7C 5D 56 0 19 33 A3 4C 1C
Octal 21 174 135 126 0 31 63 243 114 34
Binary 10001 1111100 1011101 1010110 0 11001 110011 10100011 1001100 11100

Color Harmonies of #117C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C5D

Black with #117C5D

Text Example


Text Example

White with #117C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117C5D; }

 p { color: rgb(17,124,93); }

 H1.HeaderClassName
 {
   color: #117C5D;
 }
 .AnyTagClassName
 {
   color: #117C5D;
 }
</style>

background-color css

<style>
 a { background-color: #117C5D; }

 a { background-color: rgb(17,124,93); }

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

border-color css

<style>
 span { border-color: #117C5D; }

 span { border-color: rgb(17,124,93); }

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