Shades of Aquamarine #67FBCB
Tints of Aquamarine #67FBCB
RGB
CMYK
RGB Variations
Color information
#67FBCB (or 0x67FBCB) is known color: Aquamarine. HEX triplet: 67, FB and CB. RGB value is (103,251,203). Sum of RGB (Red+Green+Blue) = 103+251+203=557 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.49% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #67FBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FBCB is #980434. Grayscale: #C9C9C9. Windows color (decimal): -9962549 or 13368167. OLE color: 13368167.
HSL color Cylindrical-coordinate representation of color #67FBCB: hue angle of 160.54º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FBCB is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 251 | 203 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.02 |
| HSL | 160.54º | 0.95% | 0.69% | - |
| HSV(B) | 160.54º | 0.59% | 0.98% | - |
| XYZ | 50.87 | 76.19 | 68.52 | - |
| YUV | 201.28 | 128.97 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 251 | 203 | 0.59 | 0 | 0.19 | 0.02 | 160.54 | 0.95 | 0.69 |
| Hex | 67 | FB | CB | 3B | 0 | 13 | 2 | A1 | 5F | 45 |
| Octal | 147 | 373 | 313 | 73 | 0 | 23 | 2 | 241 | 137 | 105 |
| Binary | 1100111 | 11111011 | 11001011 | 111011 | 0 | 10011 | 10 | 10100001 | 1011111 | 1000101 |
Color Harmonies of #67FBCB
Complementary color
Monochromatic Colors of #67FBCB
Black with #67FBCB
Text Example
Text Example
White with #67FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FBCB; }
p { color: rgb(103,251,203); }
H1.HeaderClassName
{
color: #67FBCB;
}
.AnyTagClassName
{
color: #67FBCB;
}
</style>
background-color css
<style>
a { background-color: #67FBCB; }
a { background-color: rgb(103,251,203); }
div.DivClassName
{
background-color: #67FBCB;
}
.BgClassName
{
background-color: #67FBCB;
}
</style>
border-color css
<style>
span { border-color: #67FBCB; }
span { border-color: rgb(103,251,203); }
td.TdClassName
{
border-color: #67FBCB;
}
.TagClassName
{
border-color: #67FBCB;
}
</style>