Shades of Light Sea Green #04B8AA
Tints of Light Sea Green #04B8AA
RGB
CMYK
RGB Variations
Color information
#04B8AA (or 0x04B8AA) is known color: Light Sea Green. HEX triplet: 04, B8 and AA. RGB value is (4,184,170). Sum of RGB (Red+Green+Blue) = 4+184+170=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #04B8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B8AA is #FB4755. Grayscale: #808080. Windows color (decimal): -16467798 or 11188228. OLE color: 11188228.
HSL color Cylindrical-coordinate representation of color #04B8AA: hue angle of 175.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B8AA is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 184 | 170 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.28 |
| HSL | 175.33º | 0.96% | 0.37% | - |
| HSV(B) | 175.33º | 0.98% | 0.72% | - |
| XYZ | 24.45 | 37.21 | 43.92 | - |
| YUV | 128.58 | 151.37 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 170 | 0.98 | 0 | 0.08 | 0.28 | 175.33 | 0.96 | 0.37 |
| Hex | 4 | B8 | AA | 62 | 0 | 8 | 1C | AF | 60 | 25 |
| Octal | 4 | 270 | 252 | 142 | 0 | 10 | 34 | 257 | 140 | 45 |
| Binary | 100 | 10111000 | 10101010 | 1100010 | 0 | 1000 | 11100 | 10101111 | 1100000 | 100101 |
Color Harmonies of #04B8AA
Complementary color
Monochromatic Colors of #04B8AA
Black with #04B8AA
Text Example
Text Example
White with #04B8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B8AA; }
p { color: rgb(4,184,170); }
H1.HeaderClassName
{
color: #04B8AA;
}
.AnyTagClassName
{
color: #04B8AA;
}
</style>
background-color css
<style>
a { background-color: #04B8AA; }
a { background-color: rgb(4,184,170); }
div.DivClassName
{
background-color: #04B8AA;
}
.BgClassName
{
background-color: #04B8AA;
}
</style>
border-color css
<style>
span { border-color: #04B8AA; }
span { border-color: rgb(4,184,170); }
td.TdClassName
{
border-color: #04B8AA;
}
.TagClassName
{
border-color: #04B8AA;
}
</style>