Html Css Color HEX #117D5A Deep Sea

📋 copy color: '#117D5A'

red 17 ◦ green 125 ◦ blue 90

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

Shades of Deep Sea #117D5A

Tints of Deep Sea #117D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 7.33%
G = 53.88%
B = 38.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#117D5A (or 0x117D5A) is known color: Deep Sea. HEX triplet: 11, 7D and 5A. RGB value is (17,125,90). Sum of RGB (Red+Green+Blue) = 17+125+90=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #117D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D5A is #EE82A5. Grayscale: #585858. Windows color (decimal): -15631014 or 5930257. OLE color: 5930257.

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

Color convert

RGB 17 125 90 -
CMYK 0.86 0 0.28 0.51
HSL 160.56º 0.76% 0.28% -
HSV(B) 160.56º 0.86% 0.49% -
XYZ 9.41 15.52 12.17 -
YUV 88.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 17 125 90 0.86 0 0.28 0.51 160.56 0.76 0.28
Hex 11 7D 5A 56 0 1C 33 A1 4C 1C
Octal 21 175 132 126 0 34 63 241 114 34
Binary 10001 1111101 1011010 1010110 0 11100 110011 10100001 1001100 11100

Color Harmonies of #117D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117D5A

Black with #117D5A

Text Example


Text Example

White with #117D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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