Html Css Color HEX #117D5C Deep Sea

📋 copy color: '#117D5C'

red 17 ◦ green 125 ◦ blue 92

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

Shades of Deep Sea #117D5C

Tints of Deep Sea #117D5C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.42%

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

R = 7.26%
G = 53.42%
B = 39.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#117D5C (or 0x117D5C) is known color: Deep Sea. HEX triplet: 11, 7D and 5C. RGB value is (17,125,92). Sum of RGB (Red+Green+Blue) = 17+125+92=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #117D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D5C is #EE82A3. Grayscale: #585858. Windows color (decimal): -15631012 or 6061329. OLE color: 6061329.

HSL color Cylindrical-coordinate representation of color #117D5C: hue angle of 161.67º 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 #117D5C is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 125 92 -
CMYK 0.86 0 0.26 0.51
HSL 161.67º 0.76% 0.28% -
HSV(B) 161.67º 0.86% 0.49% -
XYZ 9.5 15.56 12.63 -
YUV 88.95 129.72 76.68 -
System Red Green Blue C M Y K H S L
Decimal 17 125 92 0.86 0 0.26 0.51 161.67 0.76 0.28
Hex 11 7D 5C 56 0 1A 33 A2 4C 1C
Octal 21 175 134 126 0 32 63 242 114 34
Binary 10001 1111101 1011100 1010110 0 11010 110011 10100010 1001100 11100

Color Harmonies of #117D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117D5C

Black with #117D5C

Text Example


Text Example

White with #117D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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