Html Css Color HEX #117F65 Deep Sea

📋 copy color: '#117F65'

red 17 ◦ green 127 ◦ blue 101

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

Shades of Deep Sea #117F65

Tints of Deep Sea #117F65

RGB

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

 GREEN value IS 127 (50% from 255) = 51.84%

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

R = 6.94%
G = 51.84%
B = 41.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#117F65 (or 0x117F65) is known color: Deep Sea. HEX triplet: 11, 7F and 65. RGB value is (17,127,101). Sum of RGB (Red+Green+Blue) = 17+127+101=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #117F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117F65 is #EE809A. Grayscale: #5B5B5B. Windows color (decimal): -15630491 or 6651665. OLE color: 6651665.

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

Color convert

RGB 17 127 101 -
CMYK 0.87 0 0.20 0.50
HSL 165.82º 0.76% 0.28% -
HSV(B) 165.82º 0.87% 0.5% -
XYZ 10.17 16.24 14.91 -
YUV 91.15 133.56 75.11 -
System Red Green Blue C M Y K H S L
Decimal 17 127 101 0.87 0 0.20 0.50 165.82 0.76 0.28
Hex 11 7F 65 57 0 14 32 A6 4C 1C
Octal 21 177 145 127 0 24 62 246 114 34
Binary 10001 1111111 1100101 1010111 0 10100 110010 10100110 1001100 11100

Color Harmonies of #117F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F65

Black with #117F65

Text Example


Text Example

White with #117F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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