Shades of Light Sea Green #24BFC3
Tints of Light Sea Green #24BFC3
RGB
CMYK
RGB Variations
Color information
#24BFC3 (or 0x24BFC3) is known color: Light Sea Green. HEX triplet: 24, BF and C3. RGB value is (36,191,195). Sum of RGB (Red+Green+Blue) = 36+191+195=422 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.53% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #24BFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BFC3 is #DB403C. Grayscale: #909090. Windows color (decimal): -14368829 or 12828452. OLE color: 12828452.
HSL color Cylindrical-coordinate representation of color #24BFC3: hue angle of 181.51º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24BFC3 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 191 | 195 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.24 |
| HSL | 181.51º | 0.69% | 0.45% | - |
| HSV(B) | 181.51º | 0.82% | 0.76% | - |
| XYZ | 29.21 | 41.58 | 58.12 | - |
| YUV | 145.11 | 156.15 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 195 | 0.82 | 0.02 | 0 | 0.24 | 181.51 | 0.69 | 0.45 |
| Hex | 24 | BF | C3 | 52 | 2 | 0 | 18 | B6 | 45 | 2D |
| Octal | 44 | 277 | 303 | 122 | 2 | 0 | 30 | 266 | 105 | 55 |
| Binary | 100100 | 10111111 | 11000011 | 1010010 | 10 | 0 | 11000 | 10110110 | 1000101 | 101101 |
Color Harmonies of #24BFC3
Complementary color
Monochromatic Colors of #24BFC3
Black with #24BFC3
Text Example
Text Example
White with #24BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BFC3; }
p { color: rgb(36,191,195); }
H1.HeaderClassName
{
color: #24BFC3;
}
.AnyTagClassName
{
color: #24BFC3;
}
</style>
background-color css
<style>
a { background-color: #24BFC3; }
a { background-color: rgb(36,191,195); }
div.DivClassName
{
background-color: #24BFC3;
}
.BgClassName
{
background-color: #24BFC3;
}
</style>
border-color css
<style>
span { border-color: #24BFC3; }
span { border-color: rgb(36,191,195); }
td.TdClassName
{
border-color: #24BFC3;
}
.TagClassName
{
border-color: #24BFC3;
}
</style>