Shades of Light Sea Green #18A8B6
Tints of Light Sea Green #18A8B6
RGB
CMYK
RGB Variations
Color information
#18A8B6 (or 0x18A8B6) is known color: Light Sea Green. HEX triplet: 18, A8 and B6. RGB value is (24,168,182). Sum of RGB (Red+Green+Blue) = 24+168+182=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #18A8B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A8B6 is #E75749. Grayscale: #7E7E7E. Windows color (decimal): -15161162 or 11970584. OLE color: 11970584.
HSL color Cylindrical-coordinate representation of color #18A8B6: hue angle of 185.32º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18A8B6 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 168 | 182 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.29 |
| HSL | 185.32º | 0.77% | 0.4% | - |
| HSV(B) | 185.32º | 0.87% | 0.71% | - |
| XYZ | 22.82 | 31.58 | 49.15 | - |
| YUV | 126.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 182 | 0.87 | 0.08 | 0 | 0.29 | 185.32 | 0.77 | 0.4 |
| Hex | 18 | A8 | B6 | 57 | 8 | 0 | 1D | B9 | 4D | 28 |
| Octal | 30 | 250 | 266 | 127 | 10 | 0 | 35 | 271 | 115 | 50 |
| Binary | 11000 | 10101000 | 10110110 | 1010111 | 1000 | 0 | 11101 | 10111001 | 1001101 | 101000 |
Color Harmonies of #18A8B6
Complementary color
Monochromatic Colors of #18A8B6
Black with #18A8B6
Text Example
Text Example
White with #18A8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A8B6; }
p { color: rgb(24,168,182); }
H1.HeaderClassName
{
color: #18A8B6;
}
.AnyTagClassName
{
color: #18A8B6;
}
</style>
background-color css
<style>
a { background-color: #18A8B6; }
a { background-color: rgb(24,168,182); }
div.DivClassName
{
background-color: #18A8B6;
}
.BgClassName
{
background-color: #18A8B6;
}
</style>
border-color css
<style>
span { border-color: #18A8B6; }
span { border-color: rgb(24,168,182); }
td.TdClassName
{
border-color: #18A8B6;
}
.TagClassName
{
border-color: #18A8B6;
}
</style>