Shades of Light Sea Green #24BFC5
Tints of Light Sea Green #24BFC5
RGB
CMYK
RGB Variations
Color information
#24BFC5 (or 0x24BFC5) is known color: Light Sea Green. HEX triplet: 24, BF and C5. RGB value is (36,191,197). Sum of RGB (Red+Green+Blue) = 36+191+197=424 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.49% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 197 - color contains mainly: blue. Hex color #24BFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BFC5 is #DB403A. Grayscale: #919191. Windows color (decimal): -14368827 or 12959524. OLE color: 12959524.
HSL color Cylindrical-coordinate representation of color #24BFC5: hue angle of 182.24º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24BFC5 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 36 | 191 | 197 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.23 |
| HSL | 182.24º | 0.69% | 0.46% | - |
| HSV(B) | 182.24º | 0.82% | 0.77% | - |
| XYZ | 29.44 | 41.67 | 59.31 | - |
| YUV | 145.34 | 157.15 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 197 | 0.82 | 0.03 | 0 | 0.23 | 182.24 | 0.69 | 0.46 |
| Hex | 24 | BF | C5 | 52 | 3 | 0 | 17 | B6 | 45 | 2E |
| Octal | 44 | 277 | 305 | 122 | 3 | 0 | 27 | 266 | 105 | 56 |
| Binary | 100100 | 10111111 | 11000101 | 1010010 | 11 | 0 | 10111 | 10110110 | 1000101 | 101110 |
Color Harmonies of #24BFC5
Complementary color
Monochromatic Colors of #24BFC5
Black with #24BFC5
Text Example
Text Example
White with #24BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BFC5; }
p { color: rgb(36,191,197); }
H1.HeaderClassName
{
color: #24BFC5;
}
.AnyTagClassName
{
color: #24BFC5;
}
</style>
background-color css
<style>
a { background-color: #24BFC5; }
a { background-color: rgb(36,191,197); }
div.DivClassName
{
background-color: #24BFC5;
}
.BgClassName
{
background-color: #24BFC5;
}
</style>
border-color css
<style>
span { border-color: #24BFC5; }
span { border-color: rgb(36,191,197); }
td.TdClassName
{
border-color: #24BFC5;
}
.TagClassName
{
border-color: #24BFC5;
}
</style>