Shades of Light Sea Green #27ADB4
Tints of Light Sea Green #27ADB4
RGB
CMYK
RGB Variations
Color information
#27ADB4 (or 0x27ADB4) is known color: Light Sea Green. HEX triplet: 27, AD and B4. RGB value is (39,173,180). Sum of RGB (Red+Green+Blue) = 39+173+180=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #27ADB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27ADB4 is #D8524B. Grayscale: #858585. Windows color (decimal): -14176844 or 11840807. OLE color: 11840807.
HSL color Cylindrical-coordinate representation of color #27ADB4: hue angle of 182.98º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27ADB4 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 173 | 180 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.29 |
| HSL | 182.98º | 0.64% | 0.43% | - |
| HSV(B) | 182.98º | 0.78% | 0.71% | - |
| XYZ | 24.02 | 33.61 | 48.4 | - |
| YUV | 133.73 | 154.11 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 173 | 180 | 0.78 | 0.04 | 0 | 0.29 | 182.98 | 0.64 | 0.43 |
| Hex | 27 | AD | B4 | 4E | 4 | 0 | 1D | B7 | 40 | 2B |
| Octal | 47 | 255 | 264 | 116 | 4 | 0 | 35 | 267 | 100 | 53 |
| Binary | 100111 | 10101101 | 10110100 | 1001110 | 100 | 0 | 11101 | 10110111 | 1000000 | 101011 |
Color Harmonies of #27ADB4
Complementary color
Monochromatic Colors of #27ADB4
Black with #27ADB4
Text Example
Text Example
White with #27ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ADB4; }
p { color: rgb(39,173,180); }
H1.HeaderClassName
{
color: #27ADB4;
}
.AnyTagClassName
{
color: #27ADB4;
}
</style>
background-color css
<style>
a { background-color: #27ADB4; }
a { background-color: rgb(39,173,180); }
div.DivClassName
{
background-color: #27ADB4;
}
.BgClassName
{
background-color: #27ADB4;
}
</style>
border-color css
<style>
span { border-color: #27ADB4; }
span { border-color: rgb(39,173,180); }
td.TdClassName
{
border-color: #27ADB4;
}
.TagClassName
{
border-color: #27ADB4;
}
</style>