Shades of Light Sea Green #18B1A3
Tints of Light Sea Green #18B1A3
RGB
CMYK
RGB Variations
Color information
#18B1A3 (or 0x18B1A3) is known color: Light Sea Green. HEX triplet: 18, B1 and A3. RGB value is (24,177,163). Sum of RGB (Red+Green+Blue) = 24+177+163=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #18B1A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B1A3 is #E74E5C. Grayscale: #818181. Windows color (decimal): -15158877 or 10727704. OLE color: 10727704.
HSL color Cylindrical-coordinate representation of color #18B1A3: hue angle of 174.51º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B1A3 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 177 | 163 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.31 |
| HSL | 174.51º | 0.76% | 0.39% | - |
| HSV(B) | 174.51º | 0.86% | 0.69% | - |
| XYZ | 22.71 | 34.28 | 40.07 | - |
| YUV | 129.66 | 146.81 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 177 | 163 | 0.86 | 0 | 0.08 | 0.31 | 174.51 | 0.76 | 0.39 |
| Hex | 18 | B1 | A3 | 56 | 0 | 8 | 1F | AF | 4C | 27 |
| Octal | 30 | 261 | 243 | 126 | 0 | 10 | 37 | 257 | 114 | 47 |
| Binary | 11000 | 10110001 | 10100011 | 1010110 | 0 | 1000 | 11111 | 10101111 | 1001100 | 100111 |
Color Harmonies of #18B1A3
Complementary color
Monochromatic Colors of #18B1A3
Black with #18B1A3
Text Example
Text Example
White with #18B1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B1A3; }
p { color: rgb(24,177,163); }
H1.HeaderClassName
{
color: #18B1A3;
}
.AnyTagClassName
{
color: #18B1A3;
}
</style>
background-color css
<style>
a { background-color: #18B1A3; }
a { background-color: rgb(24,177,163); }
div.DivClassName
{
background-color: #18B1A3;
}
.BgClassName
{
background-color: #18B1A3;
}
</style>
border-color css
<style>
span { border-color: #18B1A3; }
span { border-color: rgb(24,177,163); }
td.TdClassName
{
border-color: #18B1A3;
}
.TagClassName
{
border-color: #18B1A3;
}
</style>