#117562

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

Shades of Deep Sea #117562

Tints of Deep Sea #117562

Color information

#117562 (or 0x117562) is unknown color: approx Deep Sea. HEX triplet: 11, 75 and 62. RGB value is (17,117,98). Sum of RGB (Red+Green+Blue) = 17+117+98=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #117562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117562 is #EE8A9D. Grayscale: #545454. Windows color (decimal): -15633054 or 6452497. OLE color: 6452497.

HSL color Cylindrical-coordinate representation of color #117562: hue angle of 168.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117562 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1711798-
CMYK0.8500.160.54
HSL168.6º74.63%26.27%-
HSV(B)168.6º85.47%45.88%-
XYZ8.813.7213.74-
YUV84.93135.3779.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 98 (38.67% from 255) = 42.24%
R=7.33%
G=50.43%
B=42.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117980.8500.160.54168.674.6326.27
Hex1175625501036a94b1a
Octal211651421250206625111332
Binary1000111101011100010101010101000011011010101001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117562; }

 p { color: rgb(17,117,98); }

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

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

 a { background-color: rgb(17,117,98); }

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

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

 span { border-color: rgb(17,117,98); }

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