#16615F

Color #16615F Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #16615F

Tints of Blue Stone #16615F

Color information

#16615F (or 0x16615F) is unknown color: approx Blue Stone. HEX triplet: 16, 61 and 5F. RGB value is (22,97,95). Sum of RGB (Red+Green+Blue) = 22+97+95=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #16615F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16615F is #E99EA0. Grayscale: #4A4A4A. Windows color (decimal): -15310497 or 6250774. OLE color: 6250774.

HSL color Cylindrical-coordinate representation of color #16615F: hue angle of 178.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16615F is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB229795-
CMYK0.7700.020.62
HSL178.4º63.03%23.33%-
HSV(B)178.4º77.32%38.04%-
XYZ6.679.5512.32-
YUV74.35139.6590.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.28%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 95 (37.5% from 255) = 44.39%
R=10.28%
G=45.33%
B=44.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297950.7700.020.62178.463.0323.33
Hex16615F4D023Eb23f17
Octal2614113711502762627727
Binary101101100001101111110011010101111101011001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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