Html Css Color HEX #04F8ED Aqua

📋 copy color: '#04F8ED'

red 4 ◦ green 248 ◦ blue 237

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

Shades of Aqua #04F8ED

Tints of Aqua #04F8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 0.82%
G = 50.72%
B = 48.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#04F8ED (or 0x04F8ED) is known color: Aqua. HEX triplet: 04, F8 and ED. RGB value is (4,248,237). Sum of RGB (Red+Green+Blue) = 4+248+237=489 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #04F8ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F8ED is #FB0712. Grayscale: #ADADAD. Windows color (decimal): -16451347 or 15595524. OLE color: 15595524.

HSL color Cylindrical-coordinate representation of color #04F8ED: hue angle of 177.3º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F8ED is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 4 248 237 -
CMYK 0.98 0 0.04 0.03
HSL 177.3º 0.97% 0.49% -
HSV(B) 177.3º 0.98% 0.97% -
XYZ 48.9 73.28 91.69 -
YUV 173.79 163.66 6.89 -
System Red Green Blue C M Y K H S L
Decimal 4 248 237 0.98 0 0.04 0.03 177.3 0.97 0.49
Hex 4 F8 ED 62 0 4 3 B1 61 31
Octal 4 370 355 142 0 4 3 261 141 61
Binary 100 11111000 11101101 1100010 0 100 11 10110001 1100001 110001

Color Harmonies of #04F8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F8ED

Black with #04F8ED

Text Example


Text Example

White with #04F8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,248,237); }

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

background-color css

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

 a { background-color: rgb(4,248,237); }

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

border-color css

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

 span { border-color: rgb(4,248,237); }

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