Shades of Sea Green #288A5A
Tints of Sea Green #288A5A
RGB
CMYK
RGB Variations
Color information
#288A5A (or 0x288A5A) is known color: Sea Green. HEX triplet: 28, 8A and 5A. RGB value is (40,138,90). Sum of RGB (Red+Green+Blue) = 40+138+90=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #288A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288A5A is #D775A5. Grayscale: #676767. Windows color (decimal): -14120358 or 5933608. OLE color: 5933608.
HSL color Cylindrical-coordinate representation of color #288A5A: hue angle of 150.61º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A5A is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 90 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.46 |
| HSL | 150.61º | 0.55% | 0.35% | - |
| HSV(B) | 150.61º | 0.71% | 0.54% | - |
| XYZ | 11.81 | 19.37 | 12.79 | - |
| YUV | 103.23 | 120.53 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 90 | 0.71 | 0 | 0.35 | 0.46 | 150.61 | 0.55 | 0.35 |
| Hex | 28 | 8A | 5A | 47 | 0 | 23 | 2E | 97 | 37 | 23 |
| Octal | 50 | 212 | 132 | 107 | 0 | 43 | 56 | 227 | 67 | 43 |
| Binary | 101000 | 10001010 | 1011010 | 1000111 | 0 | 100011 | 101110 | 10010111 | 110111 | 100011 |
Color Harmonies of #288A5A
Complementary color
Monochromatic Colors of #288A5A
Black with #288A5A
Text Example
Text Example
White with #288A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A5A; }
p { color: rgb(40,138,90); }
H1.HeaderClassName
{
color: #288A5A;
}
.AnyTagClassName
{
color: #288A5A;
}
</style>
background-color css
<style>
a { background-color: #288A5A; }
a { background-color: rgb(40,138,90); }
div.DivClassName
{
background-color: #288A5A;
}
.BgClassName
{
background-color: #288A5A;
}
</style>
border-color css
<style>
span { border-color: #288A5A; }
span { border-color: rgb(40,138,90); }
td.TdClassName
{
border-color: #288A5A;
}
.TagClassName
{
border-color: #288A5A;
}
</style>