Shades of Atoll #287B7F
Tints of Atoll #287B7F
RGB
CMYK
RGB Variations
Color information
#287B7F (or 0x287B7F) is known color: Atoll. HEX triplet: 28, 7B and 7F. RGB value is (40,123,127). Sum of RGB (Red+Green+Blue) = 40+123+127=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #287B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287B7F is #D78480. Grayscale: #626262. Windows color (decimal): -14124161 or 8354600. OLE color: 8354600.
HSL color Cylindrical-coordinate representation of color #287B7F: hue angle of 182.76º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287B7F is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 123 | 127 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.50 |
| HSL | 182.76º | 0.52% | 0.33% | - |
| HSV(B) | 182.76º | 0.69% | 0.5% | - |
| XYZ | 11.79 | 16.15 | 22.57 | - |
| YUV | 98.64 | 144 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 127 | 0.69 | 0.03 | 0 | 0.50 | 182.76 | 0.52 | 0.33 |
| Hex | 28 | 7B | 7F | 45 | 3 | 0 | 32 | B7 | 34 | 21 |
| Octal | 50 | 173 | 177 | 105 | 3 | 0 | 62 | 267 | 64 | 41 |
| Binary | 101000 | 1111011 | 1111111 | 1000101 | 11 | 0 | 110010 | 10110111 | 110100 | 100001 |
Color Harmonies of #287B7F
Complementary color
Monochromatic Colors of #287B7F
Black with #287B7F
Text Example
Text Example
White with #287B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287B7F; }
p { color: rgb(40,123,127); }
H1.HeaderClassName
{
color: #287B7F;
}
.AnyTagClassName
{
color: #287B7F;
}
</style>
background-color css
<style>
a { background-color: #287B7F; }
a { background-color: rgb(40,123,127); }
div.DivClassName
{
background-color: #287B7F;
}
.BgClassName
{
background-color: #287B7F;
}
</style>
border-color css
<style>
span { border-color: #287B7F; }
span { border-color: rgb(40,123,127); }
td.TdClassName
{
border-color: #287B7F;
}
.TagClassName
{
border-color: #287B7F;
}
</style>