Shades of Medium Sea Green #24B069
Tints of Medium Sea Green #24B069
RGB
CMYK
RGB Variations
Color information
#24B069 (or 0x24B069) is known color: Medium Sea Green. HEX triplet: 24, B0 and 69. RGB value is (36,176,105). Sum of RGB (Red+Green+Blue) = 36+176+105=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 176 (69.14% from 255 or 55.52% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 176 - color contains mainly: green. Hex color #24B069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24B069 is #DB4F96. Grayscale: #7E7E7E. Windows color (decimal): -14372759 or 6926372. OLE color: 6926372.
HSL color Cylindrical-coordinate representation of color #24B069: hue angle of 149.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B069 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 176 | 105 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.31 |
| HSL | 149.57º | 0.66% | 0.42% | - |
| HSV(B) | 149.57º | 0.8% | 0.69% | - |
| XYZ | 18.8 | 32.45 | 18.64 | - |
| YUV | 126.05 | 116.12 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 176 | 105 | 0.80 | 0 | 0.40 | 0.31 | 149.57 | 0.66 | 0.42 |
| Hex | 24 | B0 | 69 | 50 | 0 | 28 | 1F | 96 | 42 | 2A |
| Octal | 44 | 260 | 151 | 120 | 0 | 50 | 37 | 226 | 102 | 52 |
| Binary | 100100 | 10110000 | 1101001 | 1010000 | 0 | 101000 | 11111 | 10010110 | 1000010 | 101010 |
Color Harmonies of #24B069
Complementary color
Monochromatic Colors of #24B069
Black with #24B069
Text Example
Text Example
White with #24B069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B069; }
p { color: rgb(36,176,105); }
H1.HeaderClassName
{
color: #24B069;
}
.AnyTagClassName
{
color: #24B069;
}
</style>
background-color css
<style>
a { background-color: #24B069; }
a { background-color: rgb(36,176,105); }
div.DivClassName
{
background-color: #24B069;
}
.BgClassName
{
background-color: #24B069;
}
</style>
border-color css
<style>
span { border-color: #24B069; }
span { border-color: rgb(36,176,105); }
td.TdClassName
{
border-color: #24B069;
}
.TagClassName
{
border-color: #24B069;
}
</style>