#16584B

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

Shades of Evening Sea #16584B

Tints of Evening Sea #16584B

Color information

#16584B (or 0x16584B) is unknown color: approx Evening Sea. HEX triplet: 16, 58 and 4B. RGB value is (22,88,75). Sum of RGB (Red+Green+Blue) = 22+88+75=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #16584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16584B is #E9A7B4. Grayscale: #424242. Windows color (decimal): -15312821 or 4937750. OLE color: 4937750.

HSL color Cylindrical-coordinate representation of color #16584B: hue angle of 168.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #16584B is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB228875-
CMYK0.7500.150.65
HSL168.18º60%21.57%-
HSV(B)168.18º75%34.51%-
XYZ5.097.667.87-
YUV66.78132.6396.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=11.89%
G=47.57%
B=40.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2288750.7500.150.65168.186021.57
Hex16584B4B0F41a83c16
Octal261301131130171012507426
Binary101101011000100101110010110111110000011010100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16584B; }

 p { color: rgb(22,88,75); }

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

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

 a { background-color: rgb(22,88,75); }

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

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

 span { border-color: rgb(22,88,75); }

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