Shades of Shamrock #25CBAB
Tints of Shamrock #25CBAB
RGB
CMYK
RGB Variations
Color information
#25CBAB (or 0x25CBAB) is known color: Shamrock. HEX triplet: 25, CB and AB. RGB value is (37,203,171). Sum of RGB (Red+Green+Blue) = 37+203+171=411 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.00% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #25CBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CBAB is #DA3454. Grayscale: #959595. Windows color (decimal): -14300245 or 11258661. OLE color: 11258661.
HSL color Cylindrical-coordinate representation of color #25CBAB: hue angle of 168.43º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CBAB is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 203 | 171 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.20 |
| HSL | 168.43º | 0.69% | 0.47% | - |
| HSV(B) | 168.43º | 0.82% | 0.8% | - |
| XYZ | 29.47 | 46.05 | 45.86 | - |
| YUV | 149.72 | 140 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 171 | 0.82 | 0 | 0.16 | 0.20 | 168.43 | 0.69 | 0.47 |
| Hex | 25 | CB | AB | 52 | 0 | 10 | 14 | A8 | 45 | 2F |
| Octal | 45 | 313 | 253 | 122 | 0 | 20 | 24 | 250 | 105 | 57 |
| Binary | 100101 | 11001011 | 10101011 | 1010010 | 0 | 10000 | 10100 | 10101000 | 1000101 | 101111 |
Color Harmonies of #25CBAB
Complementary color
Monochromatic Colors of #25CBAB
Black with #25CBAB
Text Example
Text Example
White with #25CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CBAB; }
p { color: rgb(37,203,171); }
H1.HeaderClassName
{
color: #25CBAB;
}
.AnyTagClassName
{
color: #25CBAB;
}
</style>
background-color css
<style>
a { background-color: #25CBAB; }
a { background-color: rgb(37,203,171); }
div.DivClassName
{
background-color: #25CBAB;
}
.BgClassName
{
background-color: #25CBAB;
}
</style>
border-color css
<style>
span { border-color: #25CBAB; }
span { border-color: rgb(37,203,171); }
td.TdClassName
{
border-color: #25CBAB;
}
.TagClassName
{
border-color: #25CBAB;
}
</style>