Shades of Light Sea Green #27BDC8
Tints of Light Sea Green #27BDC8
RGB
CMYK
RGB Variations
Color information
#27BDC8 (or 0x27BDC8) is known color: Light Sea Green. HEX triplet: 27, BD and C8. RGB value is (39,189,200). Sum of RGB (Red+Green+Blue) = 39+189+200=428 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.11% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #27BDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BDC8 is #D84237. Grayscale: #919191. Windows color (decimal): -14172728 or 13155623. OLE color: 13155623.
HSL color Cylindrical-coordinate representation of color #27BDC8: hue angle of 184.1º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27BDC8 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 189 | 200 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.22 |
| HSL | 184.1º | 0.67% | 0.47% | - |
| HSV(B) | 184.1º | 0.81% | 0.78% | - |
| XYZ | 29.46 | 41 | 61 | - |
| YUV | 145.4 | 158.81 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 200 | 0.80 | 0.06 | 0 | 0.22 | 184.1 | 0.67 | 0.47 |
| Hex | 27 | BD | C8 | 50 | 6 | 0 | 16 | B8 | 43 | 2F |
| Octal | 47 | 275 | 310 | 120 | 6 | 0 | 26 | 270 | 103 | 57 |
| Binary | 100111 | 10111101 | 11001000 | 1010000 | 110 | 0 | 10110 | 10111000 | 1000011 | 101111 |
Color Harmonies of #27BDC8
Complementary color
Monochromatic Colors of #27BDC8
Black with #27BDC8
Text Example
Text Example
White with #27BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BDC8; }
p { color: rgb(39,189,200); }
H1.HeaderClassName
{
color: #27BDC8;
}
.AnyTagClassName
{
color: #27BDC8;
}
</style>
background-color css
<style>
a { background-color: #27BDC8; }
a { background-color: rgb(39,189,200); }
div.DivClassName
{
background-color: #27BDC8;
}
.BgClassName
{
background-color: #27BDC8;
}
</style>
border-color css
<style>
span { border-color: #27BDC8; }
span { border-color: rgb(39,189,200); }
td.TdClassName
{
border-color: #27BDC8;
}
.TagClassName
{
border-color: #27BDC8;
}
</style>