Shades of Atoll #257B7B
Tints of Atoll #257B7B
RGB
CMYK
RGB Variations
Color information
#257B7B (or 0x257B7B) is known color: Atoll. HEX triplet: 25, 7B and 7B. RGB value is (37,123,123). Sum of RGB (Red+Green+Blue) = 37+123+123=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: green, blue. Hex color #257B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257B7B is #DA8484. Grayscale: #616161. Windows color (decimal): -14320773 or 8092453. OLE color: 8092453.
HSL color Cylindrical-coordinate representation of color #257B7B: hue angle of 180º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257B7B is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 123 | 123 | - |
| CMYK | 0.70 | 0 | 0 | 0.52 |
| HSL | 180º | 0.54% | 0.31% | - |
| HSV(B) | 180º | 0.7% | 0.48% | - |
| XYZ | 11.42 | 15.99 | 21.22 | - |
| YUV | 97.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 123 | 0.70 | 0 | 0 | 0.52 | 180 | 0.54 | 0.31 |
| Hex | 25 | 7B | 7B | 46 | 0 | 0 | 34 | B4 | 36 | 1F |
| Octal | 45 | 173 | 173 | 106 | 0 | 0 | 64 | 264 | 66 | 37 |
| Binary | 100101 | 1111011 | 1111011 | 1000110 | 0 | 0 | 110100 | 10110100 | 110110 | 11111 |
Color Harmonies of #257B7B
Complementary color
Monochromatic Colors of #257B7B
Black with #257B7B
Text Example
Text Example
White with #257B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257B7B; }
p { color: rgb(37,123,123); }
H1.HeaderClassName
{
color: #257B7B;
}
.AnyTagClassName
{
color: #257B7B;
}
</style>
background-color css
<style>
a { background-color: #257B7B; }
a { background-color: rgb(37,123,123); }
div.DivClassName
{
background-color: #257B7B;
}
.BgClassName
{
background-color: #257B7B;
}
</style>
border-color css
<style>
span { border-color: #257B7B; }
span { border-color: rgb(37,123,123); }
td.TdClassName
{
border-color: #257B7B;
}
.TagClassName
{
border-color: #257B7B;
}
</style>