Shades of Deep Sea #237C66
Tints of Deep Sea #237C66
RGB
CMYK
RGB Variations
Color information
#237C66 (or 0x237C66) is known color: Deep Sea. HEX triplet: 23, 7C and 66. RGB value is (35,124,102). Sum of RGB (Red+Green+Blue) = 35+124+102=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #237C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237C66 is #DC8399. Grayscale: #5E5E5E. Windows color (decimal): -14451610 or 6716451. OLE color: 6716451.
HSL color Cylindrical-coordinate representation of color #237C66: hue angle of 165.17º 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 #237C66 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 124 | 102 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.51 |
| HSL | 165.17º | 0.56% | 0.31% | - |
| HSV(B) | 165.17º | 0.72% | 0.49% | - |
| XYZ | 10.3 | 15.73 | 15.06 | - |
| YUV | 94.88 | 132.01 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 102 | 0.72 | 0 | 0.18 | 0.51 | 165.17 | 0.56 | 0.31 |
| Hex | 23 | 7C | 66 | 48 | 0 | 12 | 33 | A5 | 38 | 1F |
| Octal | 43 | 174 | 146 | 110 | 0 | 22 | 63 | 245 | 70 | 37 |
| Binary | 100011 | 1111100 | 1100110 | 1001000 | 0 | 10010 | 110011 | 10100101 | 111000 | 11111 |
Color Harmonies of #237C66
Complementary color
Monochromatic Colors of #237C66
Black with #237C66
Text Example
Text Example
White with #237C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C66; }
p { color: rgb(35,124,102); }
H1.HeaderClassName
{
color: #237C66;
}
.AnyTagClassName
{
color: #237C66;
}
</style>
background-color css
<style>
a { background-color: #237C66; }
a { background-color: rgb(35,124,102); }
div.DivClassName
{
background-color: #237C66;
}
.BgClassName
{
background-color: #237C66;
}
</style>
border-color css
<style>
span { border-color: #237C66; }
span { border-color: rgb(35,124,102); }
td.TdClassName
{
border-color: #237C66;
}
.TagClassName
{
border-color: #237C66;
}
</style>