Shades of Aquamarine #70FDBD
Tints of Aquamarine #70FDBD
RGB
CMYK
RGB Variations
Color information
#70FDBD (or 0x70FDBD) is known color: Aquamarine. HEX triplet: 70, FD and BD. RGB value is (112,253,189). Sum of RGB (Red+Green+Blue) = 112+253+189=554 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.22% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #70FDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FDBD is #8F0242. Grayscale: #CBCBCB. Windows color (decimal): -9372227 or 12451184. OLE color: 12451184.
HSL color Cylindrical-coordinate representation of color #70FDBD: hue angle of 152.77º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FDBD is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 112 | 253 | 189 | - |
CMYK | 0.56 | 0 | 0.25 | 0.01 |
HSL | 152.77º | 0.97% | 0.72% | - |
HSV(B) | 152.77º | 0.56% | 0.99% | - |
XYZ | 50.99 | 77.37 | 60.39 | - |
YUV | 203.55 | 119.79 | 62.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 112 | 253 | 189 | 0.56 | 0 | 0.25 | 0.01 | 152.77 | 0.97 | 0.72 |
Hex | 70 | FD | BD | 38 | 0 | 19 | 1 | 99 | 61 | 48 |
Octal | 160 | 375 | 275 | 70 | 0 | 31 | 1 | 231 | 141 | 110 |
Binary | 1110000 | 11111101 | 10111101 | 111000 | 0 | 11001 | 1 | 10011001 | 1100001 | 1001000 |
Color Harmonies of #70FDBD
Complementary color
Monochromatic Colors of #70FDBD
Black with #70FDBD
Text Example
Text Example
White with #70FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FDBD; }
p { color: rgb(112,253,189); }
H1.HeaderClassName
{
color: #70FDBD;
}
.AnyTagClassName
{
color: #70FDBD;
}
</style>
background-color css
<style>
a { background-color: #70FDBD; }
a { background-color: rgb(112,253,189); }
div.DivClassName
{
background-color: #70FDBD;
}
.BgClassName
{
background-color: #70FDBD;
}
</style>
border-color css
<style>
span { border-color: #70FDBD; }
span { border-color: rgb(112,253,189); }
td.TdClassName
{
border-color: #70FDBD;
}
.TagClassName
{
border-color: #70FDBD;
}
</style>