Html Css Color HEX #04FFF5 Aqua

📋 copy color: '#04FFF5'

red 4 ◦ green 255 ◦ blue 245

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

Shades of Aqua #04FFF5

Tints of Aqua #04FFF5

RGB

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

 GREEN value IS 255 (100% from 255) = 50.6%

 BLUE value IS 245 (96.09% from 255) = 48.61%

R = 0.79%
G = 50.6%
B = 48.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#04FFF5 (or 0x04FFF5) is known color: Aqua. HEX triplet: 04, FF and F5. RGB value is (4,255,245). Sum of RGB (Red+Green+Blue) = 4+255+245=504 (66% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FFF5 is #FB000A. Grayscale: #B2B2B2. Windows color (decimal): -16449547 or 16121604. OLE color: 16121604.

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

Color convert

RGB 4 255 245 -
CMYK 0.98 0 0.04 0
HSL 177.61º 1% 0.51% -
HSV(B) 177.61º 0.98% 1% -
XYZ 52.29 78.14 98.71 -
YUV 178.81 165.34 3.31 -
System Red Green Blue C M Y K H S L
Decimal 4 255 245 0.98 0 0.04 0 177.61 1 0.51
Hex 4 FF F5 62 0 4 0 B2 64 33
Octal 4 377 365 142 0 4 0 262 144 63
Binary 100 11111111 11110101 1100010 0 100 0 10110010 1100100 110011

Color Harmonies of #04FFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFF5

Black with #04FFF5

Text Example


Text Example

White with #04FFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,255,245); }

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

background-color css

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

 a { background-color: rgb(4,255,245); }

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

border-color css

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

 span { border-color: rgb(4,255,245); }

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