Shades of Aquamarine #74FFB5
Tints of Aquamarine #74FFB5
RGB
CMYK
RGB Variations
Color information
#74FFB5 (or 0x74FFB5) is known color: Aquamarine. HEX triplet: 74, FF and B5. RGB value is (116,255,181). Sum of RGB (Red+Green+Blue) = 116+255+181=552 (73% of max value = 765). Red value is 116 (45.70% from 255 or 21.01% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFB5 is #8B004A. Grayscale: #CDCDCD. Windows color (decimal): -9109579 or 11927412. OLE color: 11927412.
HSL color Cylindrical-coordinate representation of color #74FFB5: hue angle of 148.06º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFB5 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 181 | - |
| CMYK | 0.55 | 0 | 0.29 | 0 |
| HSL | 148.06º | 1% | 0.73% | - |
| HSV(B) | 148.06º | 0.55% | 1% | - |
| XYZ | 51.3 | 78.57 | 56.18 | - |
| YUV | 205 | 114.45 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 181 | 0.55 | 0 | 0.29 | 0 | 148.06 | 1 | 0.73 |
| Hex | 74 | FF | B5 | 37 | 0 | 1D | 0 | 94 | 64 | 49 |
| Octal | 164 | 377 | 265 | 67 | 0 | 35 | 0 | 224 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10110101 | 110111 | 0 | 11101 | 0 | 10010100 | 1100100 | 1001001 |
Color Harmonies of #74FFB5
Complementary color
Monochromatic Colors of #74FFB5
Black with #74FFB5
Text Example
Text Example
White with #74FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFB5; }
p { color: rgb(116,255,181); }
H1.HeaderClassName
{
color: #74FFB5;
}
.AnyTagClassName
{
color: #74FFB5;
}
</style>
background-color css
<style>
a { background-color: #74FFB5; }
a { background-color: rgb(116,255,181); }
div.DivClassName
{
background-color: #74FFB5;
}
.BgClassName
{
background-color: #74FFB5;
}
</style>
border-color css
<style>
span { border-color: #74FFB5; }
span { border-color: rgb(116,255,181); }
td.TdClassName
{
border-color: #74FFB5;
}
.TagClassName
{
border-color: #74FFB5;
}
</style>