Shades of Light Sea Green #18A8B4
Tints of Light Sea Green #18A8B4
RGB
CMYK
RGB Variations
Color information
#18A8B4 (or 0x18A8B4) is known color: Light Sea Green. HEX triplet: 18, A8 and B4. RGB value is (24,168,180). Sum of RGB (Red+Green+Blue) = 24+168+180=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #18A8B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A8B4 is #E7574B. Grayscale: #7E7E7E. Windows color (decimal): -15161164 or 11839512. OLE color: 11839512.
HSL color Cylindrical-coordinate representation of color #18A8B4: hue angle of 184.62º degrees, saturation: 0.76, 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 #18A8B4 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 168 | 180 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.29 |
| HSL | 184.62º | 0.76% | 0.4% | - |
| HSV(B) | 184.62º | 0.87% | 0.71% | - |
| XYZ | 22.62 | 31.49 | 48.07 | - |
| YUV | 126.31 | 158.29 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 180 | 0.87 | 0.07 | 0 | 0.29 | 184.62 | 0.76 | 0.4 |
| Hex | 18 | A8 | B4 | 57 | 7 | 0 | 1D | B9 | 4C | 28 |
| Octal | 30 | 250 | 264 | 127 | 7 | 0 | 35 | 271 | 114 | 50 |
| Binary | 11000 | 10101000 | 10110100 | 1010111 | 111 | 0 | 11101 | 10111001 | 1001100 | 101000 |
Color Harmonies of #18A8B4
Complementary color
Monochromatic Colors of #18A8B4
Black with #18A8B4
Text Example
Text Example
White with #18A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A8B4; }
p { color: rgb(24,168,180); }
H1.HeaderClassName
{
color: #18A8B4;
}
.AnyTagClassName
{
color: #18A8B4;
}
</style>
background-color css
<style>
a { background-color: #18A8B4; }
a { background-color: rgb(24,168,180); }
div.DivClassName
{
background-color: #18A8B4;
}
.BgClassName
{
background-color: #18A8B4;
}
</style>
border-color css
<style>
span { border-color: #18A8B4; }
span { border-color: rgb(24,168,180); }
td.TdClassName
{
border-color: #18A8B4;
}
.TagClassName
{
border-color: #18A8B4;
}
</style>