Shades of Deep Sea #237F62
Tints of Deep Sea #237F62
RGB
CMYK
RGB Variations
Color information
#237F62 (or 0x237F62) is known color: Deep Sea. HEX triplet: 23, 7F and 62. RGB value is (35,127,98). Sum of RGB (Red+Green+Blue) = 35+127+98=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #237F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237F62 is #DC809D. Grayscale: #606060. Windows color (decimal): -14450846 or 6455075. OLE color: 6455075.
HSL color Cylindrical-coordinate representation of color #237F62: hue angle of 161.09º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237F62 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 127 | 98 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.50 |
| HSL | 161.09º | 0.57% | 0.32% | - |
| HSV(B) | 161.09º | 0.72% | 0.5% | - |
| XYZ | 10.49 | 16.42 | 14.17 | - |
| YUV | 96.19 | 129.02 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 98 | 0.72 | 0 | 0.23 | 0.50 | 161.09 | 0.57 | 0.32 |
| Hex | 23 | 7F | 62 | 48 | 0 | 17 | 32 | A1 | 39 | 20 |
| Octal | 43 | 177 | 142 | 110 | 0 | 27 | 62 | 241 | 71 | 40 |
| Binary | 100011 | 1111111 | 1100010 | 1001000 | 0 | 10111 | 110010 | 10100001 | 111001 | 100000 |
Color Harmonies of #237F62
Complementary color
Monochromatic Colors of #237F62
Black with #237F62
Text Example
Text Example
White with #237F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237F62; }
p { color: rgb(35,127,98); }
H1.HeaderClassName
{
color: #237F62;
}
.AnyTagClassName
{
color: #237F62;
}
</style>
background-color css
<style>
a { background-color: #237F62; }
a { background-color: rgb(35,127,98); }
div.DivClassName
{
background-color: #237F62;
}
.BgClassName
{
background-color: #237F62;
}
</style>
border-color css
<style>
span { border-color: #237F62; }
span { border-color: rgb(35,127,98); }
td.TdClassName
{
border-color: #237F62;
}
.TagClassName
{
border-color: #237F62;
}
</style>