Shades of Light Sea Green #27ADAA
Tints of Light Sea Green #27ADAA
RGB
CMYK
RGB Variations
Color information
#27ADAA (or 0x27ADAA) is known color: Light Sea Green. HEX triplet: 27, AD and AA. RGB value is (39,173,170). Sum of RGB (Red+Green+Blue) = 39+173+170=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #27ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27ADAA is #D85255. Grayscale: #848484. Windows color (decimal): -14176854 or 11185447. OLE color: 11185447.
HSL color Cylindrical-coordinate representation of color #27ADAA: hue angle of 178.66º 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 #27ADAA is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 173 | 170 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.32 |
| HSL | 178.66º | 0.63% | 0.42% | - |
| HSV(B) | 178.66º | 0.77% | 0.68% | - |
| XYZ | 23.04 | 33.22 | 43.23 | - |
| YUV | 132.59 | 149.11 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 173 | 170 | 0.77 | 0 | 0.02 | 0.32 | 178.66 | 0.63 | 0.42 |
| Hex | 27 | AD | AA | 4D | 0 | 2 | 20 | B3 | 3F | 2A |
| Octal | 47 | 255 | 252 | 115 | 0 | 2 | 40 | 263 | 77 | 52 |
| Binary | 100111 | 10101101 | 10101010 | 1001101 | 0 | 10 | 100000 | 10110011 | 111111 | 101010 |
Color Harmonies of #27ADAA
Complementary color
Monochromatic Colors of #27ADAA
Black with #27ADAA
Text Example
Text Example
White with #27ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ADAA; }
p { color: rgb(39,173,170); }
H1.HeaderClassName
{
color: #27ADAA;
}
.AnyTagClassName
{
color: #27ADAA;
}
</style>
background-color css
<style>
a { background-color: #27ADAA; }
a { background-color: rgb(39,173,170); }
div.DivClassName
{
background-color: #27ADAA;
}
.BgClassName
{
background-color: #27ADAA;
}
</style>
border-color css
<style>
span { border-color: #27ADAA; }
span { border-color: rgb(39,173,170); }
td.TdClassName
{
border-color: #27ADAA;
}
.TagClassName
{
border-color: #27ADAA;
}
</style>