Shades of Blue Stone #18655C
Tints of Blue Stone #18655C
RGB
CMYK
RGB Variations
Color information
#18655C (or 0x18655C) is known color: Blue Stone. HEX triplet: 18, 65 and 5C. RGB value is (24,101,92). Sum of RGB (Red+Green+Blue) = 24+101+92=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 101 - color contains mainly: green. Hex color #18655C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18655C is #E79AA3. Grayscale: #4C4C4C. Windows color (decimal): -15178404 or 6055192. OLE color: 6055192.
HSL color Cylindrical-coordinate representation of color #18655C: hue angle of 172.99º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18655C is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 101 | 92 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.60 |
| HSL | 172.99º | 0.62% | 0.25% | - |
| HSV(B) | 172.99º | 0.76% | 0.4% | - |
| XYZ | 6.96 | 10.27 | 11.74 | - |
| YUV | 76.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 92 | 0.76 | 0 | 0.09 | 0.60 | 172.99 | 0.62 | 0.25 |
| Hex | 18 | 65 | 5C | 4C | 0 | 9 | 3C | AD | 3E | 19 |
| Octal | 30 | 145 | 134 | 114 | 0 | 11 | 74 | 255 | 76 | 31 |
| Binary | 11000 | 1100101 | 1011100 | 1001100 | 0 | 1001 | 111100 | 10101101 | 111110 | 11001 |
Color Harmonies of #18655C
Complementary color
Monochromatic Colors of #18655C
Black with #18655C
Text Example
Text Example
White with #18655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18655C; }
p { color: rgb(24,101,92); }
H1.HeaderClassName
{
color: #18655C;
}
.AnyTagClassName
{
color: #18655C;
}
</style>
background-color css
<style>
a { background-color: #18655C; }
a { background-color: rgb(24,101,92); }
div.DivClassName
{
background-color: #18655C;
}
.BgClassName
{
background-color: #18655C;
}
</style>
border-color css
<style>
span { border-color: #18655C; }
span { border-color: rgb(24,101,92); }
td.TdClassName
{
border-color: #18655C;
}
.TagClassName
{
border-color: #18655C;
}
</style>