#16875F

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

Shades of Deep Sea #16875F

Tints of Deep Sea #16875F

Color information

#16875F (or 0x16875F) is unknown color: approx Deep Sea. HEX triplet: 16, 87 and 5F. RGB value is (22,135,95). Sum of RGB (Red+Green+Blue) = 22+135+95=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #16875F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16875F is #E978A0. Grayscale: #606060. Windows color (decimal): -15300769 or 6260502. OLE color: 6260502.

HSL color Cylindrical-coordinate representation of color #16875F: hue angle of 158.76º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16875F is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB2213595-
CMYK0.8400.300.47
HSL158.76º71.97%30.78%-
HSV(B)158.76º83.7%52.94%-
XYZ11.0618.3213.78-
YUV96.65127.0674.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.73%
GREEN value IS 135 (53.12% from 255) = 53.57%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=8.73%
G=53.57%
B=37.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22135950.8400.300.47158.7671.9730.78
Hex16875F5401E2F9f481f
Octal262071371240365723711037
Binary10110100001111011111101010001111010111110011111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,135,95); }

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

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

 a { background-color: rgb(22,135,95); }

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

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

 span { border-color: rgb(22,135,95); }

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