Shades of Shamrock #28EEAF
Tints of Shamrock #28EEAF
RGB
CMYK
RGB Variations
Color information
#28EEAF (or 0x28EEAF) is known color: Shamrock. HEX triplet: 28, EE and AF. RGB value is (40,238,175). Sum of RGB (Red+Green+Blue) = 40+238+175=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EEAF is #D71150. Grayscale: #ABABAB. Windows color (decimal): -14094673 or 11529768. OLE color: 11529768.
HSL color Cylindrical-coordinate representation of color #28EEAF: hue angle of 160.91º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EEAF is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 175 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.07 |
| HSL | 160.91º | 0.85% | 0.55% | - |
| HSV(B) | 160.91º | 0.83% | 0.93% | - |
| XYZ | 39.19 | 64.7 | 50.98 | - |
| YUV | 171.62 | 129.9 | 34.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 175 | 0.83 | 0 | 0.26 | 0.07 | 160.91 | 0.85 | 0.55 |
| Hex | 28 | EE | AF | 53 | 0 | 1A | 7 | A1 | 55 | 37 |
| Octal | 50 | 356 | 257 | 123 | 0 | 32 | 7 | 241 | 125 | 67 |
| Binary | 101000 | 11101110 | 10101111 | 1010011 | 0 | 11010 | 111 | 10100001 | 1010101 | 110111 |
Color Harmonies of #28EEAF
Complementary color
Monochromatic Colors of #28EEAF
Black with #28EEAF
Text Example
Text Example
White with #28EEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEAF; }
p { color: rgb(40,238,175); }
H1.HeaderClassName
{
color: #28EEAF;
}
.AnyTagClassName
{
color: #28EEAF;
}
</style>
background-color css
<style>
a { background-color: #28EEAF; }
a { background-color: rgb(40,238,175); }
div.DivClassName
{
background-color: #28EEAF;
}
.BgClassName
{
background-color: #28EEAF;
}
</style>
border-color css
<style>
span { border-color: #28EEAF; }
span { border-color: rgb(40,238,175); }
td.TdClassName
{
border-color: #28EEAF;
}
.TagClassName
{
border-color: #28EEAF;
}
</style>