#16756F

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

Shades of Deep Sea #16756F

Tints of Deep Sea #16756F

Color information

#16756F (or 0x16756F) is unknown color: approx Deep Sea. HEX triplet: 16, 75 and 6F. RGB value is (22,117,111). Sum of RGB (Red+Green+Blue) = 22+117+111=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #16756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16756F is #E98A90. Grayscale: #575757. Windows color (decimal): -15305361 or 7304470. OLE color: 7304470.

HSL color Cylindrical-coordinate representation of color #16756F: hue angle of 176.21º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16756F is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB22117111-
CMYK0.8100.050.54
HSL176.21º68.35%27.25%-
HSV(B)176.21º81.2%45.88%-
XYZ9.5614.0417.25-
YUV87.91141.0380.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.8%
GREEN value IS 117 (46.09% from 255) = 46.8%
BLUE value IS 111 (43.75% from 255) = 44.4%
R=8.8%
G=46.8%
B=44.4%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal221171110.8100.050.54176.2168.3527.25
Hex16756F510536b0441b
Octal26165157121056626010433
Binary10110111010111011111010001010111011010110000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16756F; }

 p { color: rgb(22,117,111); }

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

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

 a { background-color: rgb(22,117,111); }

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

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

 span { border-color: rgb(22,117,111); }

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