Shades of Light Sea Green #1BAEBC
Tints of Light Sea Green #1BAEBC
RGB
CMYK
RGB Variations
Color information
#1BAEBC (or 0x1BAEBC) is known color: Light Sea Green. HEX triplet: 1B, AE and BC. RGB value is (27,174,188). Sum of RGB (Red+Green+Blue) = 27+174+188=389 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.94% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #1BAEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAEBC is #E45143. Grayscale: #838383. Windows color (decimal): -14963012 or 12365339. OLE color: 12365339.
HSL color Cylindrical-coordinate representation of color #1BAEBC: hue angle of 185.22º 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 #1BAEBC is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 174 | 188 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.26 |
| HSL | 185.22º | 0.75% | 0.42% | - |
| HSV(B) | 185.22º | 0.86% | 0.74% | - |
| XYZ | 24.67 | 34.14 | 52.87 | - |
| YUV | 131.64 | 159.8 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 188 | 0.86 | 0.07 | 0 | 0.26 | 185.22 | 0.75 | 0.42 |
| Hex | 1B | AE | BC | 56 | 7 | 0 | 1A | B9 | 4B | 2A |
| Octal | 33 | 256 | 274 | 126 | 7 | 0 | 32 | 271 | 113 | 52 |
| Binary | 11011 | 10101110 | 10111100 | 1010110 | 111 | 0 | 11010 | 10111001 | 1001011 | 101010 |
Color Harmonies of #1BAEBC
Complementary color
Monochromatic Colors of #1BAEBC
Black with #1BAEBC
Text Example
Text Example
White with #1BAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAEBC; }
p { color: rgb(27,174,188); }
H1.HeaderClassName
{
color: #1BAEBC;
}
.AnyTagClassName
{
color: #1BAEBC;
}
</style>
background-color css
<style>
a { background-color: #1BAEBC; }
a { background-color: rgb(27,174,188); }
div.DivClassName
{
background-color: #1BAEBC;
}
.BgClassName
{
background-color: #1BAEBC;
}
</style>
border-color css
<style>
span { border-color: #1BAEBC; }
span { border-color: rgb(27,174,188); }
td.TdClassName
{
border-color: #1BAEBC;
}
.TagClassName
{
border-color: #1BAEBC;
}
</style>