Html Css Color HEX #2EF8F6 Aqua

📋 copy color: '#2EF8F6'

red 46 ◦ green 248 ◦ blue 246

#2EF8F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #2EF8F6

Tints of Aqua #2EF8F6

RGB

 RED value IS 46 (18.36% from 255) = 8.52%

 GREEN value IS 248 (97.27% from 255) = 45.93%

 BLUE value IS 246 (96.48% from 255) = 45.56%

R = 8.52%
G = 45.93%
B = 45.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#2EF8F6 (or 0x2EF8F6) is known color: Aqua. HEX triplet: 2E, F8 and F6. RGB value is (46,248,246). Sum of RGB (Red+Green+Blue) = 46+248+246=540 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.52% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF8F6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF8F6 is #D10709. Grayscale: #BBBBBB. Windows color (decimal): -13698826 or 16185390. OLE color: 16185390.

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

Color convert

RGB 46 248 246 -
CMYK 0.81 0 0.01 0.03
HSL 179.41º 0.94% 0.58% -
HSV(B) 179.41º 0.81% 0.97% -
XYZ 51.33 74.37 98.84 -
YUV 187.37 161.08 27.16 -
System Red Green Blue C M Y K H S L
Decimal 46 248 246 0.81 0 0.01 0.03 179.41 0.94 0.58
Hex 2E F8 F6 51 0 1 3 B3 5E 3A
Octal 56 370 366 121 0 1 3 263 136 72
Binary 101110 11111000 11110110 1010001 0 1 11 10110011 1011110 111010

Color Harmonies of #2EF8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF8F6

Black with #2EF8F6

Text Example


Text Example

White with #2EF8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,248,246); }

 H1.HeaderClassName
 {
   color: #2EF8F6;
 }
 .AnyTagClassName
 {
   color: #2EF8F6;
 }
</style>

background-color css

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

 a { background-color: rgb(46,248,246); }

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

border-color css

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

 span { border-color: rgb(46,248,246); }

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