Html Css Color HEX #04FFEC Aqua

📋 copy color: '#04FFEC'

red 4 ◦ green 255 ◦ blue 236

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

Shades of Aqua #04FFEC

Tints of Aqua #04FFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 0.81%
G = 51.52%
B = 47.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#04FFEC (or 0x04FFEC) is known color: Aqua. HEX triplet: 04, FF and EC. RGB value is (4,255,236). Sum of RGB (Red+Green+Blue) = 4+255+236=495 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FFEC is #FB0013. Grayscale: #B1B1B1. Windows color (decimal): -16449556 or 15531780. OLE color: 15531780.

HSL color Cylindrical-coordinate representation of color #04FFEC: hue angle of 175.46º 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 #04FFEC is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 4 255 236 -
CMYK 0.98 0 0.07 0
HSL 175.46º 1% 0.51% -
HSV(B) 175.46º 0.98% 1% -
XYZ 50.95 77.6 91.65 -
YUV 177.79 160.84 4.04 -
System Red Green Blue C M Y K H S L
Decimal 4 255 236 0.98 0 0.07 0 175.46 1 0.51
Hex 4 FF EC 62 0 7 0 AF 64 33
Octal 4 377 354 142 0 7 0 257 144 63
Binary 100 11111111 11101100 1100010 0 111 0 10101111 1100100 110011

Color Harmonies of #04FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFEC

Black with #04FFEC

Text Example


Text Example

White with #04FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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