#186260

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

Shades of Blue Stone #186260

Tints of Blue Stone #186260

Color information

#186260 (or 0x186260) is unknown color: approx Blue Stone. HEX triplet: 18, 62 and 60. RGB value is (24,98,96). Sum of RGB (Red+Green+Blue) = 24+98+96=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #186260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186260 is #E79D9F. Grayscale: #4B4B4B. Windows color (decimal): -15179168 or 6316568. OLE color: 6316568.

HSL color Cylindrical-coordinate representation of color #186260: hue angle of 178.38º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186260 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB249896-
CMYK0.7600.020.62
HSL178.38º60.66%23.92%-
HSV(B)178.38º75.51%38.43%-
XYZ6.869.7712.59-
YUV75.65139.4891.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=11.01%
G=44.95%
B=44.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2498960.7600.020.62178.3860.6623.92
Hex1862604C023Eb23d18
Octal3014214011402762627530
Binary110001100010110000010011000101111101011001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186260; }

 p { color: rgb(24,98,96); }

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

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

 a { background-color: rgb(24,98,96); }

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

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

 span { border-color: rgb(24,98,96); }

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