Shades of Dark Sea Green #90C48C
Tints of Dark Sea Green #90C48C
RGB
CMYK
RGB Variations
Color information
#90C48C (or 0x90C48C) is known color: Dark Sea Green. HEX triplet: 90, C4 and 8C. RGB value is (144,196,140). Sum of RGB (Red+Green+Blue) = 144+196+140=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #90C48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C48C is #6F3B73. Grayscale: #AEAEAE. Windows color (decimal): -7289716 or 9225360. OLE color: 9225360.
HSL color Cylindrical-coordinate representation of color #90C48C: hue angle of 115.71º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90C48C is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 140 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.23 |
| HSL | 115.71º | 0.32% | 0.66% | - |
| HSV(B) | 115.71º | 0.29% | 0.77% | - |
| XYZ | 35.98 | 47.3 | 32.05 | - |
| YUV | 174.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 140 | 0.27 | 0 | 0.29 | 0.23 | 115.71 | 0.32 | 0.66 |
| Hex | 90 | C4 | 8C | 1B | 0 | 1D | 17 | 74 | 20 | 42 |
| Octal | 220 | 304 | 214 | 33 | 0 | 35 | 27 | 164 | 40 | 102 |
| Binary | 10010000 | 11000100 | 10001100 | 11011 | 0 | 11101 | 10111 | 1110100 | 100000 | 1000010 |
Color Harmonies of #90C48C
Complementary color
Monochromatic Colors of #90C48C
Black with #90C48C
Text Example
Text Example
White with #90C48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C48C; }
p { color: rgb(144,196,140); }
H1.HeaderClassName
{
color: #90C48C;
}
.AnyTagClassName
{
color: #90C48C;
}
</style>
background-color css
<style>
a { background-color: #90C48C; }
a { background-color: rgb(144,196,140); }
div.DivClassName
{
background-color: #90C48C;
}
.BgClassName
{
background-color: #90C48C;
}
</style>
border-color css
<style>
span { border-color: #90C48C; }
span { border-color: rgb(144,196,140); }
td.TdClassName
{
border-color: #90C48C;
}
.TagClassName
{
border-color: #90C48C;
}
</style>