Shades of Light Sea Green #16BDBC
Tints of Light Sea Green #16BDBC
RGB
CMYK
RGB Variations
Color information
#16BDBC (or 0x16BDBC) is known color: Light Sea Green. HEX triplet: 16, BD and BC. RGB value is (22,189,188). Sum of RGB (Red+Green+Blue) = 22+189+188=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #16BDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BDBC is #E94243. Grayscale: #8A8A8A. Windows color (decimal): -15286852 or 12369174. OLE color: 12369174.
HSL color Cylindrical-coordinate representation of color #16BDBC: hue angle of 179.64º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BDBC is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 189 | 188 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.26 |
| HSL | 179.64º | 0.79% | 0.41% | - |
| HSV(B) | 179.64º | 0.88% | 0.74% | - |
| XYZ | 27.61 | 40.2 | 53.88 | - |
| YUV | 138.95 | 155.67 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 188 | 0.88 | 0 | 0.01 | 0.26 | 179.64 | 0.79 | 0.41 |
| Hex | 16 | BD | BC | 58 | 0 | 1 | 1A | B4 | 4F | 29 |
| Octal | 26 | 275 | 274 | 130 | 0 | 1 | 32 | 264 | 117 | 51 |
| Binary | 10110 | 10111101 | 10111100 | 1011000 | 0 | 1 | 11010 | 10110100 | 1001111 | 101001 |
Color Harmonies of #16BDBC
Complementary color
Monochromatic Colors of #16BDBC
Black with #16BDBC
Text Example
Text Example
White with #16BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BDBC; }
p { color: rgb(22,189,188); }
H1.HeaderClassName
{
color: #16BDBC;
}
.AnyTagClassName
{
color: #16BDBC;
}
</style>
background-color css
<style>
a { background-color: #16BDBC; }
a { background-color: rgb(22,189,188); }
div.DivClassName
{
background-color: #16BDBC;
}
.BgClassName
{
background-color: #16BDBC;
}
</style>
border-color css
<style>
span { border-color: #16BDBC; }
span { border-color: rgb(22,189,188); }
td.TdClassName
{
border-color: #16BDBC;
}
.TagClassName
{
border-color: #16BDBC;
}
</style>