#2FFEFB

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

Shades of Aqua #2FFEFB

Tints of Aqua #2FFEFB

Color information

#2FFEFB (or 0x2FFEFB) is unknown color: approx Aqua. HEX triplet: 2F, FE and FB. RGB value is (47,254,251). Sum of RGB (Red+Green+Blue) = 47+254+251=552 (73% of max value = 765). Red value is 47 (18.75% from 255 or 8.51% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEFB is #D00104. Grayscale: #BFBFBF. Windows color (decimal): -13631749 or 16514607. OLE color: 16514607.

HSL color Cylindrical-coordinate representation of color #2FFEFB: hue angle of 179.13º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFEFB is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB47254251-
CMYK0.8100.010.00
HSL179.13º99.04%59.02%-
HSV(B)179.13º81.5%99.61%-
XYZ54.0378.45103.56-
YUV191.76161.4224.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.51%
GREEN value IS 254 (99.61% from 255) = 46.01%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=8.51%
G=46.01%
B=45.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal472542510.8100.010.00179.1399.0459.02
Hex2FFEFB51010b3633b
Octal5737637312101026314373
Binary10111111111110111110111010001010101100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,254,251); }

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

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

 a { background-color: rgb(47,254,251); }

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

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

 span { border-color: rgb(47,254,251); }

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