Shades of Aquamarine #6BFFB5
Tints of Aquamarine #6BFFB5
RGB
CMYK
RGB Variations
Color information
#6BFFB5 (or 0x6BFFB5) is known color: Aquamarine. HEX triplet: 6B, FF and B5. RGB value is (107,255,181). Sum of RGB (Red+Green+Blue) = 107+255+181=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFB5 is #94004A. Grayscale: #CACACA. Windows color (decimal): -9699403 or 11927403. OLE color: 11927403.
HSL color Cylindrical-coordinate representation of color #6BFFB5: hue angle of 150º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFB5 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 107 | 255 | 181 | - |
CMYK | 0.58 | 0 | 0.29 | 0 |
HSL | 150º | 1% | 0.71% | - |
HSV(B) | 150º | 0.58% | 1% | - |
XYZ | 50.16 | 77.98 | 56.12 | - |
YUV | 202.31 | 115.97 | 60.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 255 | 181 | 0.58 | 0 | 0.29 | 0 | 150 | 1 | 0.71 |
Hex | 6B | FF | B5 | 3A | 0 | 1D | 0 | 96 | 64 | 47 |
Octal | 153 | 377 | 265 | 72 | 0 | 35 | 0 | 226 | 144 | 107 |
Binary | 1101011 | 11111111 | 10110101 | 111010 | 0 | 11101 | 0 | 10010110 | 1100100 | 1000111 |
Color Harmonies of #6BFFB5
Complementary color
Monochromatic Colors of #6BFFB5
Black with #6BFFB5
Text Example
Text Example
White with #6BFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFB5; }
p { color: rgb(107,255,181); }
H1.HeaderClassName
{
color: #6BFFB5;
}
.AnyTagClassName
{
color: #6BFFB5;
}
</style>
background-color css
<style>
a { background-color: #6BFFB5; }
a { background-color: rgb(107,255,181); }
div.DivClassName
{
background-color: #6BFFB5;
}
.BgClassName
{
background-color: #6BFFB5;
}
</style>
border-color css
<style>
span { border-color: #6BFFB5; }
span { border-color: rgb(107,255,181); }
td.TdClassName
{
border-color: #6BFFB5;
}
.TagClassName
{
border-color: #6BFFB5;
}
</style>