#16875E

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

Shades of Deep Sea #16875E

Tints of Deep Sea #16875E

Color information

#16875E (or 0x16875E) is unknown color: approx Deep Sea. HEX triplet: 16, 87 and 5E. RGB value is (22,135,94). Sum of RGB (Red+Green+Blue) = 22+135+94=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #16875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16875E is #E978A1. Grayscale: #606060. Windows color (decimal): -15300770 or 6194966. OLE color: 6194966.

HSL color Cylindrical-coordinate representation of color #16875E: hue angle of 158.23º 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 #16875E is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB2213594-
CMYK0.8400.300.47
HSL158.23º71.97%30.78%-
HSV(B)158.23º83.7%52.94%-
XYZ11.0218.3113.54-
YUV96.54126.5674.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.76%
GREEN value IS 135 (53.12% from 255) = 53.78%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=8.76%
G=53.78%
B=37.45%

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
Decimal22135940.8400.300.47158.2371.9730.78
Hex16875E5401E2F9e481f
Octal262071361240365723611037
Binary10110100001111011110101010001111010111110011110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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