#2FFEF6

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

Shades of Aqua #2FFEF6

Tints of Aqua #2FFEF6

Color information

#2FFEF6 (or 0x2FFEF6) is unknown color: approx Aqua. HEX triplet: 2F, FE and F6. RGB value is (47,254,246). Sum of RGB (Red+Green+Blue) = 47+254+246=547 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.59% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEF6 is #D00109. Grayscale: #BFBFBF. Windows color (decimal): -13631754 or 16186927. OLE color: 16186927.

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

Color convert

RGB47254246-
CMYK0.8100.030.00
HSL177.68º99.04%59.02%-
HSV(B)177.68º81.5%99.61%-
XYZ53.2578.1499.47-
YUV191.2158.9225.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.59%
GREEN value IS 254 (99.61% from 255) = 46.44%
BLUE value IS 246 (96.48% from 255) = 44.97%
R=8.59%
G=46.44%
B=44.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal472542460.8100.030.00177.6899.0459.02
Hex2FFEF651030b2633b
Octal5737636612103026214373
Binary101111111111101111011010100010110101100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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