#117267

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

Shades of Deep Sea #117267

Tints of Deep Sea #117267

Color information

#117267 (or 0x117267) is unknown color: approx Deep Sea. HEX triplet: 11, 72 and 67. RGB value is (17,114,103). Sum of RGB (Red+Green+Blue) = 17+114+103=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #117267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117267 is #EE8D98. Grayscale: #535353. Windows color (decimal): -15633817 or 6779409. OLE color: 6779409.

HSL color Cylindrical-coordinate representation of color #117267: hue angle of 173.2º 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 #117267 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB17114103-
CMYK0.8500.100.55
HSL173.2º74.05%25.69%-
HSV(B)173.2º85.09%44.71%-
XYZ8.713.1314.91-
YUV83.74138.8680.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.26%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 103 (40.62% from 255) = 44.02%
R=7.26%
G=48.72%
B=44.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal171141030.8500.100.55173.274.0525.69
Hex117267550A37ad4a1a
Octal211621471250126725511232
Binary100011110010110011110101010101011011110101101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117267; }

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

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

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

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

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

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

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

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