Shades of Light Sea Green #04BBAE
Tints of Light Sea Green #04BBAE
RGB
CMYK
RGB Variations
Color information
#04BBAE (or 0x04BBAE) is known color: Light Sea Green. HEX triplet: 04, BB and AE. RGB value is (4,187,174). Sum of RGB (Red+Green+Blue) = 4+187+174=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #04BBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BBAE is #FB4451. Grayscale: #828282. Windows color (decimal): -16467026 or 11451140. OLE color: 11451140.
HSL color Cylindrical-coordinate representation of color #04BBAE: hue angle of 175.74º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BBAE is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 187 | 174 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.27 |
| HSL | 175.74º | 0.96% | 0.37% | - |
| HSV(B) | 175.74º | 0.98% | 0.73% | - |
| XYZ | 25.46 | 38.62 | 46.16 | - |
| YUV | 130.8 | 152.37 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 174 | 0.98 | 0 | 0.07 | 0.27 | 175.74 | 0.96 | 0.37 |
| Hex | 4 | BB | AE | 62 | 0 | 7 | 1B | B0 | 60 | 25 |
| Octal | 4 | 273 | 256 | 142 | 0 | 7 | 33 | 260 | 140 | 45 |
| Binary | 100 | 10111011 | 10101110 | 1100010 | 0 | 111 | 11011 | 10110000 | 1100000 | 100101 |
Color Harmonies of #04BBAE
Complementary color
Monochromatic Colors of #04BBAE
Black with #04BBAE
Text Example
Text Example
White with #04BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BBAE; }
p { color: rgb(4,187,174); }
H1.HeaderClassName
{
color: #04BBAE;
}
.AnyTagClassName
{
color: #04BBAE;
}
</style>
background-color css
<style>
a { background-color: #04BBAE; }
a { background-color: rgb(4,187,174); }
div.DivClassName
{
background-color: #04BBAE;
}
.BgClassName
{
background-color: #04BBAE;
}
</style>
border-color css
<style>
span { border-color: #04BBAE; }
span { border-color: rgb(4,187,174); }
td.TdClassName
{
border-color: #04BBAE;
}
.TagClassName
{
border-color: #04BBAE;
}
</style>