Shades of Light Sea Green #27CCB5
Tints of Light Sea Green #27CCB5
RGB
CMYK
RGB Variations
Color information
#27CCB5 (or 0x27CCB5) is known color: Light Sea Green. HEX triplet: 27, CC and B5. RGB value is (39,204,181). Sum of RGB (Red+Green+Blue) = 39+204+181=424 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.20% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #27CCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CCB5 is #D8334A. Grayscale: #979797. Windows color (decimal): -14168907 or 11914279. OLE color: 11914279.
HSL color Cylindrical-coordinate representation of color #27CCB5: hue angle of 171.64º 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 #27CCB5 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 204 | 181 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.2 |
| HSL | 171.64º | 0.68% | 0.48% | - |
| HSV(B) | 171.64º | 0.81% | 0.8% | - |
| XYZ | 30.77 | 46.95 | 51.16 | - |
| YUV | 152.04 | 144.34 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 204 | 181 | 0.81 | 0 | 0.11 | 0.2 | 171.64 | 0.68 | 0.48 |
| Hex | 27 | CC | B5 | 51 | 0 | B | 14 | AC | 44 | 30 |
| Octal | 47 | 314 | 265 | 121 | 0 | 13 | 24 | 254 | 104 | 60 |
| Binary | 100111 | 11001100 | 10110101 | 1010001 | 0 | 1011 | 10100 | 10101100 | 1000100 | 110000 |
Color Harmonies of #27CCB5
Complementary color
Monochromatic Colors of #27CCB5
Black with #27CCB5
Text Example
Text Example
White with #27CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CCB5; }
p { color: rgb(39,204,181); }
H1.HeaderClassName
{
color: #27CCB5;
}
.AnyTagClassName
{
color: #27CCB5;
}
</style>
background-color css
<style>
a { background-color: #27CCB5; }
a { background-color: rgb(39,204,181); }
div.DivClassName
{
background-color: #27CCB5;
}
.BgClassName
{
background-color: #27CCB5;
}
</style>
border-color css
<style>
span { border-color: #27CCB5; }
span { border-color: rgb(39,204,181); }
td.TdClassName
{
border-color: #27CCB5;
}
.TagClassName
{
border-color: #27CCB5;
}
</style>