Html Css Color HEX #00FFE7 Aqua

📋 copy color: '#00FFE7'

red 0 ◦ green 255 ◦ blue 231

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

Shades of Aqua #00FFE7

Tints of Aqua #00FFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.53%

R = 0%
G = 52.47%
B = 47.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#00FFE7 (or 0x00FFE7) is known color: Aqua. HEX triplet: 00, FF and E7. RGB value is (0,255,231). Sum of RGB (Red+Green+Blue) = 0+255+231=486 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FFE7 is #FF0018. Grayscale: #AFAFAF. Windows color (decimal): -16711705 or 15204096. OLE color: 15204096.

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

Color convert

RGB 0 255 231 -
CMYK 1 0 0.09 0
HSL 174.35º 1% 0.5% -
HSV(B) 174.35º 1% 1% -
XYZ 50.18 77.29 87.87 -
YUV 176.02 159.02 2.45 -
System Red Green Blue C M Y K H S L
Decimal 0 255 231 1 0 0.09 0 174.35 1 0.5
Hex 0 FF E7 64 0 9 0 AE 64 32
Octal 0 377 347 144 0 11 0 256 144 62
Binary 0 11111111 11100111 1100100 0 1001 0 10101110 1100100 110010

Color Harmonies of #00FFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFE7

Black with #00FFE7

Text Example


Text Example

White with #00FFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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