Shades of Light Sea Green #24BDB3
Tints of Light Sea Green #24BDB3
RGB
CMYK
RGB Variations
Color information
#24BDB3 (or 0x24BDB3) is known color: Light Sea Green. HEX triplet: 24, BD and B3. RGB value is (36,189,179). Sum of RGB (Red+Green+Blue) = 36+189+179=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #24BDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BDB3 is #DB424C. Grayscale: #8E8E8E. Windows color (decimal): -14369357 or 11779364. OLE color: 11779364.
HSL color Cylindrical-coordinate representation of color #24BDB3: hue angle of 176.08º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BDB3 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 179 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.26 |
| HSL | 176.08º | 0.68% | 0.44% | - |
| HSV(B) | 176.08º | 0.81% | 0.74% | - |
| XYZ | 27.06 | 40.02 | 48.95 | - |
| YUV | 142.11 | 148.81 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 179 | 0.81 | 0 | 0.05 | 0.26 | 176.08 | 0.68 | 0.44 |
| Hex | 24 | BD | B3 | 51 | 0 | 5 | 1A | B0 | 44 | 2C |
| Octal | 44 | 275 | 263 | 121 | 0 | 5 | 32 | 260 | 104 | 54 |
| Binary | 100100 | 10111101 | 10110011 | 1010001 | 0 | 101 | 11010 | 10110000 | 1000100 | 101100 |
Color Harmonies of #24BDB3
Complementary color
Monochromatic Colors of #24BDB3
Black with #24BDB3
Text Example
Text Example
White with #24BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BDB3; }
p { color: rgb(36,189,179); }
H1.HeaderClassName
{
color: #24BDB3;
}
.AnyTagClassName
{
color: #24BDB3;
}
</style>
background-color css
<style>
a { background-color: #24BDB3; }
a { background-color: rgb(36,189,179); }
div.DivClassName
{
background-color: #24BDB3;
}
.BgClassName
{
background-color: #24BDB3;
}
</style>
border-color css
<style>
span { border-color: #24BDB3; }
span { border-color: rgb(36,189,179); }
td.TdClassName
{
border-color: #24BDB3;
}
.TagClassName
{
border-color: #24BDB3;
}
</style>