Html Css Color HEX #04FFEB Aqua

📋 copy color: '#04FFEB'

red 4 ◦ green 255 ◦ blue 235

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

Shades of Aqua #04FFEB

Tints of Aqua #04FFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 0.81%
G = 51.62%
B = 47.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#04FFEB (or 0x04FFEB) is known color: Aqua. HEX triplet: 04, FF and EB. RGB value is (4,255,235). Sum of RGB (Red+Green+Blue) = 4+255+235=494 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FFEB is #FB0014. Grayscale: #B1B1B1. Windows color (decimal): -16449557 or 15466244. OLE color: 15466244.

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

Color convert

RGB 4 255 235 -
CMYK 0.98 0 0.08 0
HSL 175.22º 1% 0.51% -
HSV(B) 175.22º 0.98% 1% -
XYZ 50.81 77.54 90.89 -
YUV 177.67 160.34 4.13 -
System Red Green Blue C M Y K H S L
Decimal 4 255 235 0.98 0 0.08 0 175.22 1 0.51
Hex 4 FF EB 62 0 8 0 AF 64 33
Octal 4 377 353 142 0 10 0 257 144 63
Binary 100 11111111 11101011 1100010 0 1000 0 10101111 1100100 110011

Color Harmonies of #04FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFEB

Black with #04FFEB

Text Example


Text Example

White with #04FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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