Shades of Atoll #258884
Tints of Atoll #258884
RGB
CMYK
RGB Variations
Color information
#258884 (or 0x258884) is known color: Atoll. HEX triplet: 25, 88 and 84. RGB value is (37,136,132). Sum of RGB (Red+Green+Blue) = 37+136+132=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #258884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258884 is #DA777B. Grayscale: #696969. Windows color (decimal): -14317436 or 8685605. OLE color: 8685605.
HSL color Cylindrical-coordinate representation of color #258884: hue angle of 177.58º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258884 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 136 | 132 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.47 |
| HSL | 177.58º | 0.57% | 0.34% | - |
| HSV(B) | 177.58º | 0.73% | 0.53% | - |
| XYZ | 13.73 | 19.67 | 24.9 | - |
| YUV | 105.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 136 | 132 | 0.73 | 0 | 0.03 | 0.47 | 177.58 | 0.57 | 0.34 |
| Hex | 25 | 88 | 84 | 49 | 0 | 3 | 2F | B2 | 39 | 22 |
| Octal | 45 | 210 | 204 | 111 | 0 | 3 | 57 | 262 | 71 | 42 |
| Binary | 100101 | 10001000 | 10000100 | 1001001 | 0 | 11 | 101111 | 10110010 | 111001 | 100010 |
Color Harmonies of #258884
Complementary color
Monochromatic Colors of #258884
Black with #258884
Text Example
Text Example
White with #258884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258884; }
p { color: rgb(37,136,132); }
H1.HeaderClassName
{
color: #258884;
}
.AnyTagClassName
{
color: #258884;
}
</style>
background-color css
<style>
a { background-color: #258884; }
a { background-color: rgb(37,136,132); }
div.DivClassName
{
background-color: #258884;
}
.BgClassName
{
background-color: #258884;
}
</style>
border-color css
<style>
span { border-color: #258884; }
span { border-color: rgb(37,136,132); }
td.TdClassName
{
border-color: #258884;
}
.TagClassName
{
border-color: #258884;
}
</style>