Shades of Light Sea Green #27ADAB
Tints of Light Sea Green #27ADAB
RGB
CMYK
RGB Variations
Color information
#27ADAB (or 0x27ADAB) is known color: Light Sea Green. HEX triplet: 27, AD and AB. RGB value is (39,173,171). Sum of RGB (Red+Green+Blue) = 39+173+171=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #27ADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27ADAB is #D85254. Grayscale: #848484. Windows color (decimal): -14176853 or 11250983. OLE color: 11250983.
HSL color Cylindrical-coordinate representation of color #27ADAB: hue angle of 179.1º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27ADAB is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 173 | 171 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.32 |
| HSL | 179.1º | 0.63% | 0.42% | - |
| HSV(B) | 179.1º | 0.77% | 0.68% | - |
| XYZ | 23.13 | 33.26 | 43.73 | - |
| YUV | 132.71 | 149.61 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 173 | 171 | 0.77 | 0 | 0.01 | 0.32 | 179.1 | 0.63 | 0.42 |
| Hex | 27 | AD | AB | 4D | 0 | 1 | 20 | B3 | 3F | 2A |
| Octal | 47 | 255 | 253 | 115 | 0 | 1 | 40 | 263 | 77 | 52 |
| Binary | 100111 | 10101101 | 10101011 | 1001101 | 0 | 1 | 100000 | 10110011 | 111111 | 101010 |
Color Harmonies of #27ADAB
Complementary color
Monochromatic Colors of #27ADAB
Black with #27ADAB
Text Example
Text Example
White with #27ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ADAB; }
p { color: rgb(39,173,171); }
H1.HeaderClassName
{
color: #27ADAB;
}
.AnyTagClassName
{
color: #27ADAB;
}
</style>
background-color css
<style>
a { background-color: #27ADAB; }
a { background-color: rgb(39,173,171); }
div.DivClassName
{
background-color: #27ADAB;
}
.BgClassName
{
background-color: #27ADAB;
}
</style>
border-color css
<style>
span { border-color: #27ADAB; }
span { border-color: rgb(39,173,171); }
td.TdClassName
{
border-color: #27ADAB;
}
.TagClassName
{
border-color: #27ADAB;
}
</style>