Shades of Light Sea Green #28BDC4
Tints of Light Sea Green #28BDC4
RGB
CMYK
RGB Variations
Color information
#28BDC4 (or 0x28BDC4) is known color: Light Sea Green. HEX triplet: 28, BD and C4. RGB value is (40,189,196). Sum of RGB (Red+Green+Blue) = 40+189+196=425 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.41% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #28BDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BDC4 is #D7423B. Grayscale: #919191. Windows color (decimal): -14107196 or 12893480. OLE color: 12893480.
HSL color Cylindrical-coordinate representation of color #28BDC4: hue angle of 182.69º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28BDC4 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 189 | 196 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.23 |
| HSL | 182.69º | 0.66% | 0.46% | - |
| HSV(B) | 182.69º | 0.8% | 0.77% | - |
| XYZ | 29.04 | 40.83 | 58.58 | - |
| YUV | 145.25 | 156.64 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 196 | 0.80 | 0.04 | 0 | 0.23 | 182.69 | 0.66 | 0.46 |
| Hex | 28 | BD | C4 | 50 | 4 | 0 | 17 | B7 | 42 | 2E |
| Octal | 50 | 275 | 304 | 120 | 4 | 0 | 27 | 267 | 102 | 56 |
| Binary | 101000 | 10111101 | 11000100 | 1010000 | 100 | 0 | 10111 | 10110111 | 1000010 | 101110 |
Color Harmonies of #28BDC4
Complementary color
Monochromatic Colors of #28BDC4
Black with #28BDC4
Text Example
Text Example
White with #28BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDC4; }
p { color: rgb(40,189,196); }
H1.HeaderClassName
{
color: #28BDC4;
}
.AnyTagClassName
{
color: #28BDC4;
}
</style>
background-color css
<style>
a { background-color: #28BDC4; }
a { background-color: rgb(40,189,196); }
div.DivClassName
{
background-color: #28BDC4;
}
.BgClassName
{
background-color: #28BDC4;
}
</style>
border-color css
<style>
span { border-color: #28BDC4; }
span { border-color: rgb(40,189,196); }
td.TdClassName
{
border-color: #28BDC4;
}
.TagClassName
{
border-color: #28BDC4;
}
</style>