Shades of Light Sea Green #27CBB4
Tints of Light Sea Green #27CBB4
RGB
CMYK
RGB Variations
Color information
#27CBB4 (or 0x27CBB4) is known color: Light Sea Green. HEX triplet: 27, CB and B4. RGB value is (39,203,180). Sum of RGB (Red+Green+Blue) = 39+203+180=422 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.24% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #27CBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CBB4 is #D8344B. Grayscale: #979797. Windows color (decimal): -14169164 or 11848487. OLE color: 11848487.
HSL color Cylindrical-coordinate representation of color #27CBB4: hue angle of 171.59º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CBB4 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 203 | 180 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.20 |
| HSL | 171.59º | 0.68% | 0.47% | - |
| HSV(B) | 171.59º | 0.81% | 0.8% | - |
| XYZ | 30.43 | 46.44 | 50.54 | - |
| YUV | 151.34 | 144.17 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 203 | 180 | 0.81 | 0 | 0.11 | 0.20 | 171.59 | 0.68 | 0.47 |
| Hex | 27 | CB | B4 | 51 | 0 | B | 14 | AC | 44 | 2F |
| Octal | 47 | 313 | 264 | 121 | 0 | 13 | 24 | 254 | 104 | 57 |
| Binary | 100111 | 11001011 | 10110100 | 1010001 | 0 | 1011 | 10100 | 10101100 | 1000100 | 101111 |
Color Harmonies of #27CBB4
Complementary color
Monochromatic Colors of #27CBB4
Black with #27CBB4
Text Example
Text Example
White with #27CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CBB4; }
p { color: rgb(39,203,180); }
H1.HeaderClassName
{
color: #27CBB4;
}
.AnyTagClassName
{
color: #27CBB4;
}
</style>
background-color css
<style>
a { background-color: #27CBB4; }
a { background-color: rgb(39,203,180); }
div.DivClassName
{
background-color: #27CBB4;
}
.BgClassName
{
background-color: #27CBB4;
}
</style>
border-color css
<style>
span { border-color: #27CBB4; }
span { border-color: rgb(39,203,180); }
td.TdClassName
{
border-color: #27CBB4;
}
.TagClassName
{
border-color: #27CBB4;
}
</style>