#117262

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

Shades of Deep Sea #117262

Tints of Deep Sea #117262

Color information

#117262 (or 0x117262) is unknown color: approx Deep Sea. HEX triplet: 11, 72 and 62. RGB value is (17,114,98). Sum of RGB (Red+Green+Blue) = 17+114+98=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #117262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117262 is #EE8D9D. Grayscale: #535353. Windows color (decimal): -15633822 or 6451729. OLE color: 6451729.

HSL color Cylindrical-coordinate representation of color #117262: hue angle of 170.1º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117262 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1711498-
CMYK0.8500.140.55
HSL170.1º74.05%25.69%-
HSV(B)170.1º85.09%44.71%-
XYZ8.4513.0413.63-
YUV83.17136.3680.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=7.42%
G=49.78%
B=42.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17114980.8500.140.55170.174.0525.69
Hex117262550E37aa4a1a
Octal211621421250166725211232
Binary100011110010110001010101010111011011110101010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117262; }

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

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

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

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

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

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

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

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