Html Css Color HEX #00FEF3 Aqua

📋 copy color: '#00FEF3'

red 0 ◦ green 254 ◦ blue 243

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

Shades of Aqua #00FEF3

Tints of Aqua #00FEF3

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 254 (99.61% from 255) = 51.11%

 BLUE value IS 243 (95.31% from 255) = 48.89%

R = 0%
G = 51.11%
B = 48.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#00FEF3 (or 0x00FEF3) is known color: Aqua. HEX triplet: 00, FE and F3. RGB value is (0,254,243). Sum of RGB (Red+Green+Blue) = 0+254+243=497 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEF3 is #FF010C. Grayscale: #B0B0B0. Windows color (decimal): -16711949 or 15990272. OLE color: 15990272.

HSL color Cylindrical-coordinate representation of color #00FEF3: hue angle of 177.4º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FEF3 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 254 243 -
CMYK 1 0 0.04 0.00
HSL 177.4º 1% 0.5% -
HSV(B) 177.4º 1% 1% -
XYZ 51.62 77.35 97 -
YUV 176.8 165.35 1.89 -
System Red Green Blue C M Y K H S L
Decimal 0 254 243 1 0 0.04 0.00 177.4 1 0.5
Hex 0 FE F3 64 0 4 0 B1 64 32
Octal 0 376 363 144 0 4 0 261 144 62
Binary 0 11111110 11110011 1100100 0 100 0 10110001 1100100 110010

Color Harmonies of #00FEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FEF3

Black with #00FEF3

Text Example


Text Example

White with #00FEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00FEF3; }

 p { color: rgb(0,254,243); }

 H1.HeaderClassName
 {
   color: #00FEF3;
 }
 .AnyTagClassName
 {
   color: #00FEF3;
 }
</style>

background-color css

<style>
 a { background-color: #00FEF3; }

 a { background-color: rgb(0,254,243); }

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

border-color css

<style>
 span { border-color: #00FEF3; }

 span { border-color: rgb(0,254,243); }

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