Shades of Light Sea Green #27CDB2
Tints of Light Sea Green #27CDB2
RGB
CMYK
RGB Variations
Color information
#27CDB2 (or 0x27CDB2) is known color: Light Sea Green. HEX triplet: 27, CD and B2. RGB value is (39,205,178). Sum of RGB (Red+Green+Blue) = 39+205+178=422 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.24% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #27CDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27CDB2 is #D8324D. Grayscale: #989898. Windows color (decimal): -14168654 or 11717927. OLE color: 11717927.
HSL color Cylindrical-coordinate representation of color #27CDB2: hue angle of 170.24º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CDB2 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 205 | 178 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.20 |
| HSL | 170.24º | 0.68% | 0.48% | - |
| HSV(B) | 170.24º | 0.81% | 0.8% | - |
| XYZ | 30.7 | 47.31 | 49.63 | - |
| YUV | 152.29 | 142.5 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 205 | 178 | 0.81 | 0 | 0.13 | 0.20 | 170.24 | 0.68 | 0.48 |
| Hex | 27 | CD | B2 | 51 | 0 | D | 14 | AA | 44 | 30 |
| Octal | 47 | 315 | 262 | 121 | 0 | 15 | 24 | 252 | 104 | 60 |
| Binary | 100111 | 11001101 | 10110010 | 1010001 | 0 | 1101 | 10100 | 10101010 | 1000100 | 110000 |
Color Harmonies of #27CDB2
Complementary color
Monochromatic Colors of #27CDB2
Black with #27CDB2
Text Example
Text Example
White with #27CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CDB2; }
p { color: rgb(39,205,178); }
H1.HeaderClassName
{
color: #27CDB2;
}
.AnyTagClassName
{
color: #27CDB2;
}
</style>
background-color css
<style>
a { background-color: #27CDB2; }
a { background-color: rgb(39,205,178); }
div.DivClassName
{
background-color: #27CDB2;
}
.BgClassName
{
background-color: #27CDB2;
}
</style>
border-color css
<style>
span { border-color: #27CDB2; }
span { border-color: rgb(39,205,178); }
td.TdClassName
{
border-color: #27CDB2;
}
.TagClassName
{
border-color: #27CDB2;
}
</style>