Html Css Color HEX #04FEEC Aqua

📋 copy color: '#04FEEC'

red 4 ◦ green 254 ◦ blue 236

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

Shades of Aqua #04FEEC

Tints of Aqua #04FEEC

RGB

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

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

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

R = 0.81%
G = 51.42%
B = 47.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#04FEEC (or 0x04FEEC) is known color: Aqua. HEX triplet: 04, FE and EC. RGB value is (4,254,236). Sum of RGB (Red+Green+Blue) = 4+254+236=494 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #04FEEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FEEC is #FB0113. Grayscale: #B1B1B1. Windows color (decimal): -16449812 or 15531524. OLE color: 15531524.

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

Color convert

RGB 4 254 236 -
CMYK 0.98 0 0.07 0.00
HSL 175.68º 0.99% 0.51% -
HSV(B) 175.68º 0.98% 1% -
XYZ 50.63 76.97 91.54 -
YUV 177.2 161.18 4.46 -
System Red Green Blue C M Y K H S L
Decimal 4 254 236 0.98 0 0.07 0.00 175.68 0.99 0.51
Hex 4 FE EC 62 0 7 0 B0 63 33
Octal 4 376 354 142 0 7 0 260 143 63
Binary 100 11111110 11101100 1100010 0 111 0 10110000 1100011 110011

Color Harmonies of #04FEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FEEC

Black with #04FEEC

Text Example


Text Example

White with #04FEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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