#2FFEF5

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

Shades of Aqua #2FFEF5

Tints of Aqua #2FFEF5

Color information

#2FFEF5 (or 0x2FFEF5) is unknown color: approx Aqua. HEX triplet: 2F, FE and F5. RGB value is (47,254,245). Sum of RGB (Red+Green+Blue) = 47+254+245=546 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.61% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEF5 is #D0010A. Grayscale: #BEBEBE. Windows color (decimal): -13631755 or 16121391. OLE color: 16121391.

HSL color Cylindrical-coordinate representation of color #2FFEF5: hue angle of 177.39º 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 #2FFEF5 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB47254245-
CMYK0.8100.040.00
HSL177.39º99.04%59.02%-
HSV(B)177.39º81.5%99.61%-
XYZ53.178.0898.66-
YUV191.08158.4225.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.61%
GREEN value IS 254 (99.61% from 255) = 46.52%
BLUE value IS 245 (96.09% from 255) = 44.87%
R=8.61%
G=46.52%
B=44.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal472542450.8100.040.00177.3999.0459.02
Hex2FFEF551040b1633b
Octal5737636512104026114373
Binary1011111111111011110101101000101000101100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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