Shades of Light Sea Green #24B0B3
Tints of Light Sea Green #24B0B3
RGB
CMYK
RGB Variations
Color information
#24B0B3 (or 0x24B0B3) is known color: Light Sea Green. HEX triplet: 24, B0 and B3. RGB value is (36,176,179). Sum of RGB (Red+Green+Blue) = 36+176+179=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #24B0B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24B0B3 is #DB4F4C. Grayscale: #868686. Windows color (decimal): -14372685 or 11776036. OLE color: 11776036.
HSL color Cylindrical-coordinate representation of color #24B0B3: hue angle of 181.26º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B0B3 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 176 | 179 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.30 |
| HSL | 181.26º | 0.67% | 0.42% | - |
| HSV(B) | 181.26º | 0.8% | 0.7% | - |
| XYZ | 24.39 | 34.68 | 48.06 | - |
| YUV | 134.48 | 153.12 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 176 | 179 | 0.80 | 0.02 | 0 | 0.30 | 181.26 | 0.67 | 0.42 |
| Hex | 24 | B0 | B3 | 50 | 2 | 0 | 1E | B5 | 43 | 2A |
| Octal | 44 | 260 | 263 | 120 | 2 | 0 | 36 | 265 | 103 | 52 |
| Binary | 100100 | 10110000 | 10110011 | 1010000 | 10 | 0 | 11110 | 10110101 | 1000011 | 101010 |
Color Harmonies of #24B0B3
Complementary color
Monochromatic Colors of #24B0B3
Black with #24B0B3
Text Example
Text Example
White with #24B0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B0B3; }
p { color: rgb(36,176,179); }
H1.HeaderClassName
{
color: #24B0B3;
}
.AnyTagClassName
{
color: #24B0B3;
}
</style>
background-color css
<style>
a { background-color: #24B0B3; }
a { background-color: rgb(36,176,179); }
div.DivClassName
{
background-color: #24B0B3;
}
.BgClassName
{
background-color: #24B0B3;
}
</style>
border-color css
<style>
span { border-color: #24B0B3; }
span { border-color: rgb(36,176,179); }
td.TdClassName
{
border-color: #24B0B3;
}
.TagClassName
{
border-color: #24B0B3;
}
</style>