Shades of Light Sea Green #18AFBD
Tints of Light Sea Green #18AFBD
RGB
CMYK
RGB Variations
Color information
#18AFBD (or 0x18AFBD) is known color: Light Sea Green. HEX triplet: 18, AF and BD. RGB value is (24,175,189). Sum of RGB (Red+Green+Blue) = 24+175+189=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #18AFBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFBD is #E75042. Grayscale: #838383. Windows color (decimal): -15159363 or 12431128. OLE color: 12431128.
HSL color Cylindrical-coordinate representation of color #18AFBD: hue angle of 185.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18AFBD is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 175 | 189 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.26 |
| HSL | 185.09º | 0.77% | 0.42% | - |
| HSV(B) | 185.09º | 0.87% | 0.74% | - |
| XYZ | 24.89 | 34.53 | 53.5 | - |
| YUV | 131.45 | 160.47 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 189 | 0.87 | 0.07 | 0 | 0.26 | 185.09 | 0.77 | 0.42 |
| Hex | 18 | AF | BD | 57 | 7 | 0 | 1A | B9 | 4D | 2A |
| Octal | 30 | 257 | 275 | 127 | 7 | 0 | 32 | 271 | 115 | 52 |
| Binary | 11000 | 10101111 | 10111101 | 1010111 | 111 | 0 | 11010 | 10111001 | 1001101 | 101010 |
Color Harmonies of #18AFBD
Complementary color
Monochromatic Colors of #18AFBD
Black with #18AFBD
Text Example
Text Example
White with #18AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AFBD; }
p { color: rgb(24,175,189); }
H1.HeaderClassName
{
color: #18AFBD;
}
.AnyTagClassName
{
color: #18AFBD;
}
</style>
background-color css
<style>
a { background-color: #18AFBD; }
a { background-color: rgb(24,175,189); }
div.DivClassName
{
background-color: #18AFBD;
}
.BgClassName
{
background-color: #18AFBD;
}
</style>
border-color css
<style>
span { border-color: #18AFBD; }
span { border-color: rgb(24,175,189); }
td.TdClassName
{
border-color: #18AFBD;
}
.TagClassName
{
border-color: #18AFBD;
}
</style>