Html Css Color HEX #00FEE8 Aqua

📋 copy color: '#00FEE8'

red 0 ◦ green 254 ◦ blue 232

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

Shades of Aqua #00FEE8

Tints of Aqua #00FEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.74%

R = 0%
G = 52.26%
B = 47.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#00FEE8 (or 0x00FEE8) is known color: Aqua. HEX triplet: 00, FE and E8. RGB value is (0,254,232). Sum of RGB (Red+Green+Blue) = 0+254+232=486 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEE8 is #FF0117. Grayscale: #AFAFAF. Windows color (decimal): -16711960 or 15269376. OLE color: 15269376.

HSL color Cylindrical-coordinate representation of color #00FEE8: hue angle of 174.8º 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 #00FEE8 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 254 232 -
CMYK 1 0 0.09 0.00
HSL 174.8º 1% 0.5% -
HSV(B) 174.8º 1% 1% -
XYZ 50.01 76.71 88.51 -
YUV 175.55 159.85 2.79 -
System Red Green Blue C M Y K H S L
Decimal 0 254 232 1 0 0.09 0.00 174.8 1 0.5
Hex 0 FE E8 64 0 9 0 AF 64 32
Octal 0 376 350 144 0 11 0 257 144 62
Binary 0 11111110 11101000 1100100 0 1001 0 10101111 1100100 110010

Color Harmonies of #00FEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FEE8

Black with #00FEE8

Text Example


Text Example

White with #00FEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,254,232); }

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

background-color css

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

 a { background-color: rgb(0,254,232); }

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

border-color css

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

 span { border-color: rgb(0,254,232); }

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