Shades of Light Sea Green #28CBB4
Tints of Light Sea Green #28CBB4
RGB
CMYK
RGB Variations
Color information
#28CBB4 (or 0x28CBB4) is known color: Light Sea Green. HEX triplet: 28, CB and B4. RGB value is (40,203,180). Sum of RGB (Red+Green+Blue) = 40+203+180=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #28CBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CBB4 is #D7344B. Grayscale: #979797. Windows color (decimal): -14103628 or 11848488. OLE color: 11848488.
HSL color Cylindrical-coordinate representation of color #28CBB4: hue angle of 171.53º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CBB4 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 180 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.20 |
| HSL | 171.53º | 0.67% | 0.48% | - |
| HSV(B) | 171.53º | 0.8% | 0.8% | - |
| XYZ | 30.47 | 46.46 | 50.54 | - |
| YUV | 151.64 | 144 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 180 | 0.80 | 0 | 0.11 | 0.20 | 171.53 | 0.67 | 0.48 |
| Hex | 28 | CB | B4 | 50 | 0 | B | 14 | AC | 43 | 30 |
| Octal | 50 | 313 | 264 | 120 | 0 | 13 | 24 | 254 | 103 | 60 |
| Binary | 101000 | 11001011 | 10110100 | 1010000 | 0 | 1011 | 10100 | 10101100 | 1000011 | 110000 |
Color Harmonies of #28CBB4
Complementary color
Monochromatic Colors of #28CBB4
Black with #28CBB4
Text Example
Text Example
White with #28CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CBB4; }
p { color: rgb(40,203,180); }
H1.HeaderClassName
{
color: #28CBB4;
}
.AnyTagClassName
{
color: #28CBB4;
}
</style>
background-color css
<style>
a { background-color: #28CBB4; }
a { background-color: rgb(40,203,180); }
div.DivClassName
{
background-color: #28CBB4;
}
.BgClassName
{
background-color: #28CBB4;
}
</style>
border-color css
<style>
span { border-color: #28CBB4; }
span { border-color: rgb(40,203,180); }
td.TdClassName
{
border-color: #28CBB4;
}
.TagClassName
{
border-color: #28CBB4;
}
</style>