Shades of Light Sea Green #18BFB2
Tints of Light Sea Green #18BFB2
RGB
CMYK
RGB Variations
Color information
#18BFB2 (or 0x18BFB2) is known color: Light Sea Green. HEX triplet: 18, BF and B2. RGB value is (24,191,178). Sum of RGB (Red+Green+Blue) = 24+191+178=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #18BFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BFB2 is #E7404D. Grayscale: #8B8B8B. Windows color (decimal): -15155278 or 11714328. OLE color: 11714328.
HSL color Cylindrical-coordinate representation of color #18BFB2: hue angle of 175.33º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BFB2 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 191 | 178 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.25 |
| HSL | 175.33º | 0.78% | 0.42% | - |
| HSV(B) | 175.33º | 0.87% | 0.75% | - |
| XYZ | 27.04 | 40.67 | 48.54 | - |
| YUV | 139.59 | 149.67 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 178 | 0.87 | 0 | 0.07 | 0.25 | 175.33 | 0.78 | 0.42 |
| Hex | 18 | BF | B2 | 57 | 0 | 7 | 19 | AF | 4E | 2A |
| Octal | 30 | 277 | 262 | 127 | 0 | 7 | 31 | 257 | 116 | 52 |
| Binary | 11000 | 10111111 | 10110010 | 1010111 | 0 | 111 | 11001 | 10101111 | 1001110 | 101010 |
Color Harmonies of #18BFB2
Complementary color
Monochromatic Colors of #18BFB2
Black with #18BFB2
Text Example
Text Example
White with #18BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFB2; }
p { color: rgb(24,191,178); }
H1.HeaderClassName
{
color: #18BFB2;
}
.AnyTagClassName
{
color: #18BFB2;
}
</style>
background-color css
<style>
a { background-color: #18BFB2; }
a { background-color: rgb(24,191,178); }
div.DivClassName
{
background-color: #18BFB2;
}
.BgClassName
{
background-color: #18BFB2;
}
</style>
border-color css
<style>
span { border-color: #18BFB2; }
span { border-color: rgb(24,191,178); }
td.TdClassName
{
border-color: #18BFB2;
}
.TagClassName
{
border-color: #18BFB2;
}
</style>