Shades of Light Sea Green #27BDC1
Tints of Light Sea Green #27BDC1
RGB
CMYK
RGB Variations
Color information
#27BDC1 (or 0x27BDC1) is known color: Light Sea Green. HEX triplet: 27, BD and C1. RGB value is (39,189,193). Sum of RGB (Red+Green+Blue) = 39+189+193=421 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.26% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #27BDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BDC1 is #D8423E. Grayscale: #909090. Windows color (decimal): -14172735 or 12696871. OLE color: 12696871.
HSL color Cylindrical-coordinate representation of color #27BDC1: hue angle of 181.56º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BDC1 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 189 | 193 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.24 |
| HSL | 181.56º | 0.66% | 0.45% | - |
| HSV(B) | 181.56º | 0.8% | 0.76% | - |
| XYZ | 28.66 | 40.68 | 56.79 | - |
| YUV | 144.61 | 155.31 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 193 | 0.80 | 0.02 | 0 | 0.24 | 181.56 | 0.66 | 0.45 |
| Hex | 27 | BD | C1 | 50 | 2 | 0 | 18 | B6 | 42 | 2D |
| Octal | 47 | 275 | 301 | 120 | 2 | 0 | 30 | 266 | 102 | 55 |
| Binary | 100111 | 10111101 | 11000001 | 1010000 | 10 | 0 | 11000 | 10110110 | 1000010 | 101101 |
Color Harmonies of #27BDC1
Complementary color
Monochromatic Colors of #27BDC1
Black with #27BDC1
Text Example
Text Example
White with #27BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BDC1; }
p { color: rgb(39,189,193); }
H1.HeaderClassName
{
color: #27BDC1;
}
.AnyTagClassName
{
color: #27BDC1;
}
</style>
background-color css
<style>
a { background-color: #27BDC1; }
a { background-color: rgb(39,189,193); }
div.DivClassName
{
background-color: #27BDC1;
}
.BgClassName
{
background-color: #27BDC1;
}
</style>
border-color css
<style>
span { border-color: #27BDC1; }
span { border-color: rgb(39,189,193); }
td.TdClassName
{
border-color: #27BDC1;
}
.TagClassName
{
border-color: #27BDC1;
}
</style>