Shades of Medium Aquamarine #75DCB2
Tints of Medium Aquamarine #75DCB2
RGB
CMYK
RGB Variations
Color information
#75DCB2 (or 0x75DCB2) is known color: Medium Aquamarine. HEX triplet: 75, DC and B2. RGB value is (117,220,178). Sum of RGB (Red+Green+Blue) = 117+220+178=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DCB2 is #8A234D. Grayscale: #B8B8B8. Windows color (decimal): -9053006 or 11721845. OLE color: 11721845.
HSL color Cylindrical-coordinate representation of color #75DCB2: hue angle of 155.53º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DCB2 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 178 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.14 |
| HSL | 155.53º | 0.6% | 0.66% | - |
| HSV(B) | 155.53º | 0.47% | 0.86% | - |
| XYZ | 40.97 | 58.18 | 51.19 | - |
| YUV | 184.42 | 124.38 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 178 | 0.47 | 0 | 0.19 | 0.14 | 155.53 | 0.6 | 0.66 |
| Hex | 75 | DC | B2 | 2F | 0 | 13 | E | 9C | 3C | 42 |
| Octal | 165 | 334 | 262 | 57 | 0 | 23 | 16 | 234 | 74 | 102 |
| Binary | 1110101 | 11011100 | 10110010 | 101111 | 0 | 10011 | 1110 | 10011100 | 111100 | 1000010 |
Color Harmonies of #75DCB2
Complementary color
Monochromatic Colors of #75DCB2
Black with #75DCB2
Text Example
Text Example
White with #75DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DCB2; }
p { color: rgb(117,220,178); }
H1.HeaderClassName
{
color: #75DCB2;
}
.AnyTagClassName
{
color: #75DCB2;
}
</style>
background-color css
<style>
a { background-color: #75DCB2; }
a { background-color: rgb(117,220,178); }
div.DivClassName
{
background-color: #75DCB2;
}
.BgClassName
{
background-color: #75DCB2;
}
</style>
border-color css
<style>
span { border-color: #75DCB2; }
span { border-color: rgb(117,220,178); }
td.TdClassName
{
border-color: #75DCB2;
}
.TagClassName
{
border-color: #75DCB2;
}
</style>