Shades of Light Sea Green #1BB8BD
Tints of Light Sea Green #1BB8BD
RGB
CMYK
RGB Variations
Color information
#1BB8BD (or 0x1BB8BD) is known color: Light Sea Green. HEX triplet: 1B, B8 and BD. RGB value is (27,184,189). Sum of RGB (Red+Green+Blue) = 27+184+189=400 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.75% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #1BB8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BB8BD is #E44742. Grayscale: #898989. Windows color (decimal): -14960451 or 12433435. OLE color: 12433435.
HSL color Cylindrical-coordinate representation of color #1BB8BD: hue angle of 181.85º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BB8BD is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 184 | 189 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.26 |
| HSL | 181.85º | 0.75% | 0.42% | - |
| HSV(B) | 181.85º | 0.86% | 0.74% | - |
| XYZ | 26.78 | 38.19 | 54.1 | - |
| YUV | 137.63 | 156.99 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 184 | 189 | 0.86 | 0.03 | 0 | 0.26 | 181.85 | 0.75 | 0.42 |
| Hex | 1B | B8 | BD | 56 | 3 | 0 | 1A | B6 | 4B | 2A |
| Octal | 33 | 270 | 275 | 126 | 3 | 0 | 32 | 266 | 113 | 52 |
| Binary | 11011 | 10111000 | 10111101 | 1010110 | 11 | 0 | 11010 | 10110110 | 1001011 | 101010 |
Color Harmonies of #1BB8BD
Complementary color
Monochromatic Colors of #1BB8BD
Black with #1BB8BD
Text Example
Text Example
White with #1BB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB8BD; }
p { color: rgb(27,184,189); }
H1.HeaderClassName
{
color: #1BB8BD;
}
.AnyTagClassName
{
color: #1BB8BD;
}
</style>
background-color css
<style>
a { background-color: #1BB8BD; }
a { background-color: rgb(27,184,189); }
div.DivClassName
{
background-color: #1BB8BD;
}
.BgClassName
{
background-color: #1BB8BD;
}
</style>
border-color css
<style>
span { border-color: #1BB8BD; }
span { border-color: rgb(27,184,189); }
td.TdClassName
{
border-color: #1BB8BD;
}
.TagClassName
{
border-color: #1BB8BD;
}
</style>