Shades of Shamrock #25CBAC
Tints of Shamrock #25CBAC
RGB
CMYK
RGB Variations
Color information
#25CBAC (or 0x25CBAC) is known color: Shamrock. HEX triplet: 25, CB and AC. RGB value is (37,203,172). Sum of RGB (Red+Green+Blue) = 37+203+172=412 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.98% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #25CBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CBAC is #DA3453. Grayscale: #959595. Windows color (decimal): -14300244 or 11324197. OLE color: 11324197.
HSL color Cylindrical-coordinate representation of color #25CBAC: hue angle of 168.8º 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 #25CBAC is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 203 | 172 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.20 |
| HSL | 168.8º | 0.69% | 0.47% | - |
| HSV(B) | 168.8º | 0.82% | 0.8% | - |
| XYZ | 29.57 | 46.08 | 46.37 | - |
| YUV | 149.83 | 140.5 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 172 | 0.82 | 0 | 0.15 | 0.20 | 168.8 | 0.69 | 0.47 |
| Hex | 25 | CB | AC | 52 | 0 | F | 14 | A9 | 45 | 2F |
| Octal | 45 | 313 | 254 | 122 | 0 | 17 | 24 | 251 | 105 | 57 |
| Binary | 100101 | 11001011 | 10101100 | 1010010 | 0 | 1111 | 10100 | 10101001 | 1000101 | 101111 |
Color Harmonies of #25CBAC
Complementary color
Monochromatic Colors of #25CBAC
Black with #25CBAC
Text Example
Text Example
White with #25CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CBAC; }
p { color: rgb(37,203,172); }
H1.HeaderClassName
{
color: #25CBAC;
}
.AnyTagClassName
{
color: #25CBAC;
}
</style>
background-color css
<style>
a { background-color: #25CBAC; }
a { background-color: rgb(37,203,172); }
div.DivClassName
{
background-color: #25CBAC;
}
.BgClassName
{
background-color: #25CBAC;
}
</style>
border-color css
<style>
span { border-color: #25CBAC; }
span { border-color: rgb(37,203,172); }
td.TdClassName
{
border-color: #25CBAC;
}
.TagClassName
{
border-color: #25CBAC;
}
</style>