Shades of Deep Sea #25755C
Tints of Deep Sea #25755C
RGB
CMYK
RGB Variations
Color information
#25755C (or 0x25755C) is known color: Deep Sea. HEX triplet: 25, 75 and 5C. RGB value is (37,117,92). Sum of RGB (Red+Green+Blue) = 37+117+92=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #25755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25755C is #DA8AA3. Grayscale: #5A5A5A. Windows color (decimal): -14322340 or 6059301. OLE color: 6059301.
HSL color Cylindrical-coordinate representation of color #25755C: hue angle of 161.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25755C is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 117 | 92 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.54 |
| HSL | 161.25º | 0.52% | 0.3% | - |
| HSV(B) | 161.25º | 0.68% | 0.46% | - |
| XYZ | 9.06 | 13.89 | 12.33 | - |
| YUV | 90.23 | 129 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 92 | 0.68 | 0 | 0.21 | 0.54 | 161.25 | 0.52 | 0.3 |
| Hex | 25 | 75 | 5C | 44 | 0 | 15 | 36 | A1 | 34 | 1E |
| Octal | 45 | 165 | 134 | 104 | 0 | 25 | 66 | 241 | 64 | 36 |
| Binary | 100101 | 1110101 | 1011100 | 1000100 | 0 | 10101 | 110110 | 10100001 | 110100 | 11110 |
Color Harmonies of #25755C
Complementary color
Monochromatic Colors of #25755C
Black with #25755C
Text Example
Text Example
White with #25755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25755C; }
p { color: rgb(37,117,92); }
H1.HeaderClassName
{
color: #25755C;
}
.AnyTagClassName
{
color: #25755C;
}
</style>
background-color css
<style>
a { background-color: #25755C; }
a { background-color: rgb(37,117,92); }
div.DivClassName
{
background-color: #25755C;
}
.BgClassName
{
background-color: #25755C;
}
</style>
border-color css
<style>
span { border-color: #25755C; }
span { border-color: rgb(37,117,92); }
td.TdClassName
{
border-color: #25755C;
}
.TagClassName
{
border-color: #25755C;
}
</style>