#117F6C

Color #117F6C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #117F6C

Tints of Deep Sea #117F6C

Color information

#117F6C (or 0x117F6C) is unknown color: approx Deep Sea. HEX triplet: 11, 7F and 6C. RGB value is (17,127,108). Sum of RGB (Red+Green+Blue) = 17+127+108=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #117F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117F6C is #EE8093. Grayscale: #5B5B5B. Windows color (decimal): -15630484 or 7110417. OLE color: 7110417.

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

Color convert

RGB17127108-
CMYK0.8700.150.50
HSL169.64º76.39%28.24%-
HSV(B)169.64º86.61%49.8%-
XYZ10.5316.3816.79-
YUV91.94137.0674.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.75%
GREEN value IS 127 (50% from 255) = 50.40%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=6.75%
G=50.40%
B=42.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal171271080.8700.150.50169.6476.3928.24
Hex117F6C570F32aa4c1c
Octal211771541270176225211434
Binary100011111111110110010101110111111001010101010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #117F6C;
 }
 .AnyTagClassName
 {
   color: #117F6C;
 }
</style>
background-color css

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

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

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

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

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

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