Html Css Color HEX #117E65 Deep Sea

📋 copy color: '#117E65'

red 17 ◦ green 126 ◦ blue 101

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

Shades of Deep Sea #117E65

Tints of Deep Sea #117E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.39%

R = 6.97%
G = 51.64%
B = 41.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#117E65 (or 0x117E65) is known color: Deep Sea. HEX triplet: 11, 7E and 65. RGB value is (17,126,101). Sum of RGB (Red+Green+Blue) = 17+126+101=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #117E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117E65 is #EE819A. Grayscale: #5A5A5A. Windows color (decimal): -15630747 or 6651409. OLE color: 6651409.

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

Color convert

RGB 17 126 101 -
CMYK 0.87 0 0.20 0.51
HSL 166.24º 0.76% 0.28% -
HSV(B) 166.24º 0.87% 0.49% -
XYZ 10.04 15.98 14.87 -
YUV 90.56 133.89 75.53 -
System Red Green Blue C M Y K H S L
Decimal 17 126 101 0.87 0 0.20 0.51 166.24 0.76 0.28
Hex 11 7E 65 57 0 14 33 A6 4C 1C
Octal 21 176 145 127 0 24 63 246 114 34
Binary 10001 1111110 1100101 1010111 0 10100 110011 10100110 1001100 11100

Color Harmonies of #117E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117E65

Black with #117E65

Text Example


Text Example

White with #117E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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