Shades of Aqua #2DFFF5
Tints of Aqua #2DFFF5
RGB
CMYK
RGB Variations
Color information
#2DFFF5 (or 0x2DFFF5) is known color: Aqua. HEX triplet: 2D, FF and F5. RGB value is (45,255,245). Sum of RGB (Red+Green+Blue) = 45+255+245=545 (72% of max value = 765). Red value is 45 (17.97% from 255 or 8.26% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFFF5 is #D2000A. Grayscale: #BEBEBE. Windows color (decimal): -13762571 or 16121645. OLE color: 16121645.
HSL color Cylindrical-coordinate representation of color #2DFFF5: hue angle of 177.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFFF5 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 245 | - |
| CMYK | 0.82 | 0 | 0.04 | 0 |
| HSL | 177.14º | 1% | 0.59% | - |
| HSV(B) | 177.14º | 0.82% | 1% | - |
| XYZ | 53.32 | 78.67 | 98.76 | - |
| YUV | 191.07 | 158.43 | 23.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 245 | 0.82 | 0 | 0.04 | 0 | 177.14 | 1 | 0.59 |
| Hex | 2D | FF | F5 | 52 | 0 | 4 | 0 | B1 | 64 | 3B |
| Octal | 55 | 377 | 365 | 122 | 0 | 4 | 0 | 261 | 144 | 73 |
| Binary | 101101 | 11111111 | 11110101 | 1010010 | 0 | 100 | 0 | 10110001 | 1100100 | 111011 |
Color Harmonies of #2DFFF5
Complementary color
Monochromatic Colors of #2DFFF5
Black with #2DFFF5
Text Example
Text Example
White with #2DFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFF5; }
p { color: rgb(45,255,245); }
H1.HeaderClassName
{
color: #2DFFF5;
}
.AnyTagClassName
{
color: #2DFFF5;
}
</style>
background-color css
<style>
a { background-color: #2DFFF5; }
a { background-color: rgb(45,255,245); }
div.DivClassName
{
background-color: #2DFFF5;
}
.BgClassName
{
background-color: #2DFFF5;
}
</style>
border-color css
<style>
span { border-color: #2DFFF5; }
span { border-color: rgb(45,255,245); }
td.TdClassName
{
border-color: #2DFFF5;
}
.TagClassName
{
border-color: #2DFFF5;
}
</style>