Shades of Deep Sea #237C5B
Tints of Deep Sea #237C5B
RGB
CMYK
RGB Variations
Color information
#237C5B (or 0x237C5B) is known color: Deep Sea. HEX triplet: 23, 7C and 5B. RGB value is (35,124,91). Sum of RGB (Red+Green+Blue) = 35+124+91=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #237C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237C5B is #DC83A4. Grayscale: #5D5D5D. Windows color (decimal): -14451621 or 5995555. OLE color: 5995555.
HSL color Cylindrical-coordinate representation of color #237C5B: hue angle of 157.75º 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 #237C5B is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 124 | 91 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.51 |
| HSL | 157.75º | 0.56% | 0.31% | - |
| HSV(B) | 157.75º | 0.72% | 0.49% | - |
| XYZ | 9.79 | 15.53 | 12.38 | - |
| YUV | 93.63 | 126.51 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 91 | 0.72 | 0 | 0.27 | 0.51 | 157.75 | 0.56 | 0.31 |
| Hex | 23 | 7C | 5B | 48 | 0 | 1B | 33 | 9E | 38 | 1F |
| Octal | 43 | 174 | 133 | 110 | 0 | 33 | 63 | 236 | 70 | 37 |
| Binary | 100011 | 1111100 | 1011011 | 1001000 | 0 | 11011 | 110011 | 10011110 | 111000 | 11111 |
Color Harmonies of #237C5B
Complementary color
Monochromatic Colors of #237C5B
Black with #237C5B
Text Example
Text Example
White with #237C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C5B; }
p { color: rgb(35,124,91); }
H1.HeaderClassName
{
color: #237C5B;
}
.AnyTagClassName
{
color: #237C5B;
}
</style>
background-color css
<style>
a { background-color: #237C5B; }
a { background-color: rgb(35,124,91); }
div.DivClassName
{
background-color: #237C5B;
}
.BgClassName
{
background-color: #237C5B;
}
</style>
border-color css
<style>
span { border-color: #237C5B; }
span { border-color: rgb(35,124,91); }
td.TdClassName
{
border-color: #237C5B;
}
.TagClassName
{
border-color: #237C5B;
}
</style>