Html Css Color HEX #2EF9F7 Aqua

📋 copy color: '#2EF9F7'

red 46 ◦ green 249 ◦ blue 247

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

Shades of Aqua #2EF9F7

Tints of Aqua #2EF9F7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.94%

 BLUE value IS 247 (96.88% from 255) = 45.57%

R = 8.49%
G = 45.94%
B = 45.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#2EF9F7 (or 0x2EF9F7) is known color: Aqua. HEX triplet: 2E, F9 and F7. RGB value is (46,249,247). Sum of RGB (Red+Green+Blue) = 46+249+247=542 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.49% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF9F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF9F7 is #D10608. Grayscale: #BBBBBB. Windows color (decimal): -13698569 or 16251182. OLE color: 16251182.

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

Color convert

RGB 46 249 247 -
CMYK 0.82 0 0.01 0.02
HSL 179.41º 0.94% 0.58% -
HSV(B) 179.41º 0.82% 0.98% -
XYZ 51.79 75.05 99.75 -
YUV 188.08 161.25 26.66 -
System Red Green Blue C M Y K H S L
Decimal 46 249 247 0.82 0 0.01 0.02 179.41 0.94 0.58
Hex 2E F9 F7 52 0 1 2 B3 5E 3A
Octal 56 371 367 122 0 1 2 263 136 72
Binary 101110 11111001 11110111 1010010 0 1 10 10110011 1011110 111010

Color Harmonies of #2EF9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF9F7

Black with #2EF9F7

Text Example


Text Example

White with #2EF9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,249,247); }

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

background-color css

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

 a { background-color: rgb(46,249,247); }

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

border-color css

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

 span { border-color: rgb(46,249,247); }

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