Html Css Color HEX #04FEEB Aqua

📋 copy color: '#04FEEB'

red 4 ◦ green 254 ◦ blue 235

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

Shades of Aqua #04FEEB

Tints of Aqua #04FEEB

RGB

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

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

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

R = 0.81%
G = 51.52%
B = 47.67%

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

#04FEEB (or 0x04FEEB) is known color: Aqua. HEX triplet: 04, FE and EB. RGB value is (4,254,235). Sum of RGB (Red+Green+Blue) = 4+254+235=493 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #04FEEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FEEB is #FB0114. Grayscale: #B0B0B0. Windows color (decimal): -16449813 or 15465988. OLE color: 15465988.

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

Color convert

RGB 4 254 235 -
CMYK 0.98 0 0.07 0.00
HSL 175.44º 0.99% 0.51% -
HSV(B) 175.44º 0.98% 1% -
XYZ 50.49 76.91 90.78 -
YUV 177.08 160.68 4.54 -
System Red Green Blue C M Y K H S L
Decimal 4 254 235 0.98 0 0.07 0.00 175.44 0.99 0.51
Hex 4 FE EB 62 0 7 0 AF 63 33
Octal 4 376 353 142 0 7 0 257 143 63
Binary 100 11111110 11101011 1100010 0 111 0 10101111 1100011 110011

Color Harmonies of #04FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FEEB

Black with #04FEEB

Text Example


Text Example

White with #04FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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