#2DFCF8

Color #2DFCF8 Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #2DFCF8

Tints of Aqua #2DFCF8

Color information

#2DFCF8 (or 0x2DFCF8) is unknown color: approx Aqua. HEX triplet: 2D, FC and F8. RGB value is (45,252,248). Sum of RGB (Red+Green+Blue) = 45+252+248=545 (72% of max value = 765). Red value is 45 (17.97% from 255 or 8.26% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFCF8 is #D20307. Grayscale: #BDBDBD. Windows color (decimal): -13763336 or 16317485. OLE color: 16317485.

HSL color Cylindrical-coordinate representation of color #2DFCF8: hue angle of 178.84º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFCF8 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB45252248-
CMYK0.8200.020.01
HSL178.84º97.18%58.24%-
HSV(B)178.84º82.14%98.82%-
XYZ52.8476.96100.88-
YUV189.65160.9224.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 8.26%
GREEN value IS 252 (98.83% from 255) = 46.24%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=8.26%
G=46.24%
B=45.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal452522480.8200.020.01178.8497.1858.24
Hex2DFCF852021b3613a
Octal5537437012202126314172
Binary101101111111001111100010100100101101100111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DFCF8; }

 p { color: rgb(45,252,248); }

 H1.HeaderClassName
 {
   color: #2DFCF8;
 }
 .AnyTagClassName
 {
   color: #2DFCF8;
 }
</style>
background-color css

<style>
 a { background-color: #2DFCF8; }

 a { background-color: rgb(45,252,248); }

 div.DivClassName
 {
   background-color: #2DFCF8;
 }
 .BgClassName
 {
   background-color: #2DFCF8;
 }
</style>
border-color css

<style>
 span { border-color: #2DFCF8; }

 span { border-color: rgb(45,252,248); }

 td.TdClassName
 {
   border-color: #2DFCF8;
 }
 .TagClassName
 {
   border-color: #2DFCF8;
 }
</style>