Shades of Aquamarine #7BF3DE
Tints of Aquamarine #7BF3DE
RGB
CMYK
RGB Variations
Color information
#7BF3DE (or 0x7BF3DE) is known color: Aquamarine. HEX triplet: 7B, F3 and DE. RGB value is (123,243,222). Sum of RGB (Red+Green+Blue) = 123+243+222=588 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.92% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #7BF3DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF3DE is #840C21. Grayscale: #CCCCCC. Windows color (decimal): -8653858 or 14611323. OLE color: 14611323.
HSL color Cylindrical-coordinate representation of color #7BF3DE: hue angle of 169.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF3DE is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 243 | 222 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.05 |
| HSL | 169.5º | 0.83% | 0.72% | - |
| HSV(B) | 169.5º | 0.49% | 0.95% | - |
| XYZ | 53.4 | 73.59 | 80.5 | - |
| YUV | 204.73 | 137.74 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 243 | 222 | 0.49 | 0 | 0.09 | 0.05 | 169.5 | 0.83 | 0.72 |
| Hex | 7B | F3 | DE | 31 | 0 | 9 | 5 | AA | 53 | 48 |
| Octal | 173 | 363 | 336 | 61 | 0 | 11 | 5 | 252 | 123 | 110 |
| Binary | 1111011 | 11110011 | 11011110 | 110001 | 0 | 1001 | 101 | 10101010 | 1010011 | 1001000 |
Color Harmonies of #7BF3DE
Complementary color
Monochromatic Colors of #7BF3DE
Black with #7BF3DE
Text Example
Text Example
White with #7BF3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF3DE; }
p { color: rgb(123,243,222); }
H1.HeaderClassName
{
color: #7BF3DE;
}
.AnyTagClassName
{
color: #7BF3DE;
}
</style>
background-color css
<style>
a { background-color: #7BF3DE; }
a { background-color: rgb(123,243,222); }
div.DivClassName
{
background-color: #7BF3DE;
}
.BgClassName
{
background-color: #7BF3DE;
}
</style>
border-color css
<style>
span { border-color: #7BF3DE; }
span { border-color: rgb(123,243,222); }
td.TdClassName
{
border-color: #7BF3DE;
}
.TagClassName
{
border-color: #7BF3DE;
}
</style>