Html Css Color HEX #117F70 Deep Sea

📋 copy color: '#117F70'

red 17 ◦ green 127 ◦ blue 112

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

Shades of Deep Sea #117F70

Tints of Deep Sea #117F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 6.64%
G = 49.61%
B = 43.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#117F70 (or 0x117F70) is known color: Deep Sea. HEX triplet: 11, 7F and 70. RGB value is (17,127,112). Sum of RGB (Red+Green+Blue) = 17+127+112=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #117F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117F70 is #EE808F. Grayscale: #5C5C5C. Windows color (decimal): -15630480 or 7372561. OLE color: 7372561.

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

Color convert

RGB 17 127 112 -
CMYK 0.87 0 0.12 0.50
HSL 171.82º 0.76% 0.28% -
HSV(B) 171.82º 0.87% 0.5% -
XYZ 10.75 16.47 17.94 -
YUV 92.4 139.06 74.22 -
System Red Green Blue C M Y K H S L
Decimal 17 127 112 0.87 0 0.12 0.50 171.82 0.76 0.28
Hex 11 7F 70 57 0 C 32 AC 4C 1C
Octal 21 177 160 127 0 14 62 254 114 34
Binary 10001 1111111 1110000 1010111 0 1100 110010 10101100 1001100 11100

Color Harmonies of #117F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F70

Black with #117F70

Text Example


Text Example

White with #117F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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