Html Css Color HEX #00FFEA Aqua

📋 copy color: '#00FFEA'

red 0 ◦ green 255 ◦ blue 234

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

Shades of Aqua #00FFEA

Tints of Aqua #00FFEA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 0%
G = 52.15%
B = 47.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#00FFEA (or 0x00FFEA) is known color: Aqua. HEX triplet: 00, FF and EA. RGB value is (0,255,234). Sum of RGB (Red+Green+Blue) = 0+255+234=489 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FFEA is #FF0015. Grayscale: #B0B0B0. Windows color (decimal): -16711702 or 15400704. OLE color: 15400704.

HSL color Cylindrical-coordinate representation of color #00FFEA: hue angle of 175.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFEA is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 0 255 234 -
CMYK 1 0 0.08 0
HSL 175.06º 1% 0.5% -
HSV(B) 175.06º 1% 1% -
XYZ 50.61 77.46 90.13 -
YUV 176.36 160.52 2.21 -
System Red Green Blue C M Y K H S L
Decimal 0 255 234 1 0 0.08 0 175.06 1 0.5
Hex 0 FF EA 64 0 8 0 AF 64 32
Octal 0 377 352 144 0 10 0 257 144 62
Binary 0 11111111 11101010 1100100 0 1000 0 10101111 1100100 110010

Color Harmonies of #00FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFEA

Black with #00FFEA

Text Example


Text Example

White with #00FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00FFEA; }

 p { color: rgb(0,255,234); }

 H1.HeaderClassName
 {
   color: #00FFEA;
 }
 .AnyTagClassName
 {
   color: #00FFEA;
 }
</style>

background-color css

<style>
 a { background-color: #00FFEA; }

 a { background-color: rgb(0,255,234); }

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

border-color css

<style>
 span { border-color: #00FFEA; }

 span { border-color: rgb(0,255,234); }

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