Html Css Color HEX #117F60 Deep Sea

📋 copy color: '#117F60'

red 17 ◦ green 127 ◦ blue 96

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

Shades of Deep Sea #117F60

Tints of Deep Sea #117F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40%

R = 7.08%
G = 52.92%
B = 40%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#117F60 (or 0x117F60) is known color: Deep Sea. HEX triplet: 11, 7F and 60. RGB value is (17,127,96). Sum of RGB (Red+Green+Blue) = 17+127+96=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #117F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117F60 is #EE809F. Grayscale: #5A5A5A. Windows color (decimal): -15630496 or 6323985. OLE color: 6323985.

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

Color convert

RGB 17 127 96 -
CMYK 0.87 0 0.24 0.50
HSL 163.09º 0.76% 0.28% -
HSV(B) 163.09º 0.87% 0.5% -
XYZ 9.93 16.14 13.66 -
YUV 90.58 131.06 75.52 -
System Red Green Blue C M Y K H S L
Decimal 17 127 96 0.87 0 0.24 0.50 163.09 0.76 0.28
Hex 11 7F 60 57 0 18 32 A3 4C 1C
Octal 21 177 140 127 0 30 62 243 114 34
Binary 10001 1111111 1100000 1010111 0 11000 110010 10100011 1001100 11100

Color Harmonies of #117F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F60

Black with #117F60

Text Example


Text Example

White with #117F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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