Shades of Dark Sea Green #92CA93
Tints of Dark Sea Green #92CA93
RGB
CMYK
RGB Variations
Color information
#92CA93 (or 0x92CA93) is known color: Dark Sea Green. HEX triplet: 92, CA and 93. RGB value is (146,202,147). Sum of RGB (Red+Green+Blue) = 146+202+147=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CA93 is #6D356C. Grayscale: #B3B3B3. Windows color (decimal): -7157101 or 9685650. OLE color: 9685650.
HSL color Cylindrical-coordinate representation of color #92CA93: hue angle of 121.07º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CA93 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 147 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.21 |
| HSL | 121.07º | 0.35% | 0.68% | - |
| HSV(B) | 121.07º | 0.28% | 0.79% | - |
| XYZ | 38.24 | 50.46 | 35.33 | - |
| YUV | 178.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 147 | 0.28 | 0 | 0.27 | 0.21 | 121.07 | 0.35 | 0.68 |
| Hex | 92 | CA | 93 | 1C | 0 | 1B | 15 | 79 | 23 | 44 |
| Octal | 222 | 312 | 223 | 34 | 0 | 33 | 25 | 171 | 43 | 104 |
| Binary | 10010010 | 11001010 | 10010011 | 11100 | 0 | 11011 | 10101 | 1111001 | 100011 | 1000100 |
Color Harmonies of #92CA93
Complementary color
Monochromatic Colors of #92CA93
Black with #92CA93
Text Example
Text Example
White with #92CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA93; }
p { color: rgb(146,202,147); }
H1.HeaderClassName
{
color: #92CA93;
}
.AnyTagClassName
{
color: #92CA93;
}
</style>
background-color css
<style>
a { background-color: #92CA93; }
a { background-color: rgb(146,202,147); }
div.DivClassName
{
background-color: #92CA93;
}
.BgClassName
{
background-color: #92CA93;
}
</style>
border-color css
<style>
span { border-color: #92CA93; }
span { border-color: rgb(146,202,147); }
td.TdClassName
{
border-color: #92CA93;
}
.TagClassName
{
border-color: #92CA93;
}
</style>