Html Css Color HEX #117E5E Deep Sea

📋 copy color: '#117E5E'

red 17 ◦ green 126 ◦ blue 94

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

Shades of Deep Sea #117E5E

Tints of Deep Sea #117E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 53.16%

 BLUE value IS 94 (37.11% from 255) = 39.66%

R = 7.17%
G = 53.16%
B = 39.66%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#117E5E (or 0x117E5E) is known color: Deep Sea. HEX triplet: 11, 7E and 5E. RGB value is (17,126,94). Sum of RGB (Red+Green+Blue) = 17+126+94=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 126 (49.61% from 255 or 53.16% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 126 - color contains mainly: green. Hex color #117E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117E5E is #EE81A1. Grayscale: #595959. Windows color (decimal): -15630754 or 6192657. OLE color: 6192657.

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

Color convert

RGB 17 126 94 -
CMYK 0.87 0 0.25 0.51
HSL 162.39º 0.76% 0.28% -
HSV(B) 162.39º 0.87% 0.49% -
XYZ 9.71 15.85 13.14 -
YUV 89.76 130.39 76.1 -
System Red Green Blue C M Y K H S L
Decimal 17 126 94 0.87 0 0.25 0.51 162.39 0.76 0.28
Hex 11 7E 5E 57 0 19 33 A2 4C 1C
Octal 21 176 136 127 0 31 63 242 114 34
Binary 10001 1111110 1011110 1010111 0 11001 110011 10100010 1001100 11100

Color Harmonies of #117E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117E5E

Black with #117E5E

Text Example


Text Example

White with #117E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,126,94); }

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

background-color css

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

 a { background-color: rgb(17,126,94); }

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

border-color css

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

 span { border-color: rgb(17,126,94); }

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