Shades of Aquamarine #74FFCB
Tints of Aquamarine #74FFCB
RGB
CMYK
RGB Variations
Color information
#74FFCB (or 0x74FFCB) is known color: Aquamarine. HEX triplet: 74, FF and CB. RGB value is (116,255,203). Sum of RGB (Red+Green+Blue) = 116+255+203=574 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.21% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFCB is #8B0034. Grayscale: #CFCFCF. Windows color (decimal): -9109557 or 13369204. OLE color: 13369204.
HSL color Cylindrical-coordinate representation of color #74FFCB: hue angle of 157.55º 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 #74FFCB is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 203 | - |
| CMYK | 0.55 | 0 | 0.20 | 0 |
| HSL | 157.55º | 1% | 0.73% | - |
| HSV(B) | 157.55º | 0.55% | 1% | - |
| XYZ | 53.74 | 79.54 | 69.02 | - |
| YUV | 207.51 | 125.45 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 203 | 0.55 | 0 | 0.20 | 0 | 157.55 | 1 | 0.73 |
| Hex | 74 | FF | CB | 37 | 0 | 14 | 0 | 9E | 64 | 49 |
| Octal | 164 | 377 | 313 | 67 | 0 | 24 | 0 | 236 | 144 | 111 |
| Binary | 1110100 | 11111111 | 11001011 | 110111 | 0 | 10100 | 0 | 10011110 | 1100100 | 1001001 |
Color Harmonies of #74FFCB
Complementary color
Monochromatic Colors of #74FFCB
Black with #74FFCB
Text Example
Text Example
White with #74FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFCB; }
p { color: rgb(116,255,203); }
H1.HeaderClassName
{
color: #74FFCB;
}
.AnyTagClassName
{
color: #74FFCB;
}
</style>
background-color css
<style>
a { background-color: #74FFCB; }
a { background-color: rgb(116,255,203); }
div.DivClassName
{
background-color: #74FFCB;
}
.BgClassName
{
background-color: #74FFCB;
}
</style>
border-color css
<style>
span { border-color: #74FFCB; }
span { border-color: rgb(116,255,203); }
td.TdClassName
{
border-color: #74FFCB;
}
.TagClassName
{
border-color: #74FFCB;
}
</style>