Html Css Color HEX #04FEF7 Aqua

📋 copy color: '#04FEF7'

red 4 ◦ green 254 ◦ blue 247

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

Shades of Aqua #04FEF7

Tints of Aqua #04FEF7

RGB

 RED value IS 4 (1.95% from 255) = 0.79%

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

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

R = 0.79%
G = 50.3%
B = 48.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#04FEF7 (or 0x04FEF7) is known color: Aqua. HEX triplet: 04, FE and F7. RGB value is (4,254,247). Sum of RGB (Red+Green+Blue) = 4+254+247=505 (66% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #04FEF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FEF7 is #FB0108. Grayscale: #B2B2B2. Windows color (decimal): -16449801 or 16252420. OLE color: 16252420.

HSL color Cylindrical-coordinate representation of color #04FEF7: hue angle of 178.32º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FEF7 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 254 247 -
CMYK 0.98 0 0.03 0.00
HSL 178.32º 0.99% 0.51% -
HSV(B) 178.32º 0.98% 1% -
XYZ 52.28 77.62 100.22 -
YUV 178.45 166.68 3.57 -
System Red Green Blue C M Y K H S L
Decimal 4 254 247 0.98 0 0.03 0.00 178.32 0.99 0.51
Hex 4 FE F7 62 0 3 0 B2 63 33
Octal 4 376 367 142 0 3 0 262 143 63
Binary 100 11111110 11110111 1100010 0 11 0 10110010 1100011 110011

Color Harmonies of #04FEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FEF7

Black with #04FEF7

Text Example


Text Example

White with #04FEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04FEF7; }

 p { color: rgb(4,254,247); }

 H1.HeaderClassName
 {
   color: #04FEF7;
 }
 .AnyTagClassName
 {
   color: #04FEF7;
 }
</style>

background-color css

<style>
 a { background-color: #04FEF7; }

 a { background-color: rgb(4,254,247); }

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

border-color css

<style>
 span { border-color: #04FEF7; }

 span { border-color: rgb(4,254,247); }

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