Shades of Atoll #237C7C
Tints of Atoll #237C7C
RGB
CMYK
RGB Variations
Color information
#237C7C (or 0x237C7C) is known color: Atoll. HEX triplet: 23, 7C and 7C. RGB value is (35,124,124). Sum of RGB (Red+Green+Blue) = 35+124+124=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #237C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237C7C is #DC8383. Grayscale: #616161. Windows color (decimal): -14451588 or 8158243. OLE color: 8158243.
HSL color Cylindrical-coordinate representation of color #237C7C: hue angle of 180º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237C7C is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 124 | 124 | - |
| CMYK | 0.72 | 0 | 0 | 0.51 |
| HSL | 180º | 0.56% | 0.31% | - |
| HSV(B) | 180º | 0.72% | 0.49% | - |
| XYZ | 11.54 | 16.23 | 21.59 | - |
| YUV | 97.39 | 143.01 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 124 | 0.72 | 0 | 0 | 0.51 | 180 | 0.56 | 0.31 |
| Hex | 23 | 7C | 7C | 48 | 0 | 0 | 33 | B4 | 38 | 1F |
| Octal | 43 | 174 | 174 | 110 | 0 | 0 | 63 | 264 | 70 | 37 |
| Binary | 100011 | 1111100 | 1111100 | 1001000 | 0 | 0 | 110011 | 10110100 | 111000 | 11111 |
Color Harmonies of #237C7C
Complementary color
Monochromatic Colors of #237C7C
Black with #237C7C
Text Example
Text Example
White with #237C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C7C; }
p { color: rgb(35,124,124); }
H1.HeaderClassName
{
color: #237C7C;
}
.AnyTagClassName
{
color: #237C7C;
}
</style>
background-color css
<style>
a { background-color: #237C7C; }
a { background-color: rgb(35,124,124); }
div.DivClassName
{
background-color: #237C7C;
}
.BgClassName
{
background-color: #237C7C;
}
</style>
border-color css
<style>
span { border-color: #237C7C; }
span { border-color: rgb(35,124,124); }
td.TdClassName
{
border-color: #237C7C;
}
.TagClassName
{
border-color: #237C7C;
}
</style>