Shades of Aqua #2DFFF1
Tints of Aqua #2DFFF1
RGB
CMYK
RGB Variations
Color information
#2DFFF1 (or 0x2DFFF1) is known color: Aqua. HEX triplet: 2D, FF and F1. RGB value is (45,255,241). Sum of RGB (Red+Green+Blue) = 45+255+241=541 (71% of max value = 765). Red value is 45 (17.97% from 255 or 8.32% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFFF1 is #D2000E. Grayscale: #BEBEBE. Windows color (decimal): -13762575 or 15859501. OLE color: 15859501.
HSL color Cylindrical-coordinate representation of color #2DFFF1: hue angle of 176º 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 #2DFFF1 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 241 | - |
| CMYK | 0.82 | 0 | 0.05 | 0 |
| HSL | 176º | 1% | 0.59% | - |
| HSV(B) | 176º | 0.82% | 1% | - |
| XYZ | 52.72 | 78.43 | 95.58 | - |
| YUV | 190.61 | 156.43 | 24.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 241 | 0.82 | 0 | 0.05 | 0 | 176 | 1 | 0.59 |
| Hex | 2D | FF | F1 | 52 | 0 | 5 | 0 | B0 | 64 | 3B |
| Octal | 55 | 377 | 361 | 122 | 0 | 5 | 0 | 260 | 144 | 73 |
| Binary | 101101 | 11111111 | 11110001 | 1010010 | 0 | 101 | 0 | 10110000 | 1100100 | 111011 |
Color Harmonies of #2DFFF1
Complementary color
Monochromatic Colors of #2DFFF1
Black with #2DFFF1
Text Example
Text Example
White with #2DFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFF1; }
p { color: rgb(45,255,241); }
H1.HeaderClassName
{
color: #2DFFF1;
}
.AnyTagClassName
{
color: #2DFFF1;
}
</style>
background-color css
<style>
a { background-color: #2DFFF1; }
a { background-color: rgb(45,255,241); }
div.DivClassName
{
background-color: #2DFFF1;
}
.BgClassName
{
background-color: #2DFFF1;
}
</style>
border-color css
<style>
span { border-color: #2DFFF1; }
span { border-color: rgb(45,255,241); }
td.TdClassName
{
border-color: #2DFFF1;
}
.TagClassName
{
border-color: #2DFFF1;
}
</style>