Html Css Color HEX #00F7EC Aqua

📋 copy color: '#00F7EC'

red 0 ◦ green 247 ◦ blue 236

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

Shades of Aqua #00F7EC

Tints of Aqua #00F7EC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.14%

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 0%
G = 51.14%
B = 48.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#00F7EC (or 0x00F7EC) is known color: Aqua. HEX triplet: 00, F7 and EC. RGB value is (0,247,236). Sum of RGB (Red+Green+Blue) = 0+247+236=483 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #00F7EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F7EC is #FF0813. Grayscale: #ABABAB. Windows color (decimal): -16713748 or 15529728. OLE color: 15529728.

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

Color convert

RGB 0 247 236 -
CMYK 1 0 0.04 0.03
HSL 177.33º 1% 0.48% -
HSV(B) 177.33º 1% 0.97% -
XYZ 48.4 72.58 90.81 -
YUV 171.89 164.17 5.39 -
System Red Green Blue C M Y K H S L
Decimal 0 247 236 1 0 0.04 0.03 177.33 1 0.48
Hex 0 F7 EC 64 0 4 3 B1 64 30
Octal 0 367 354 144 0 4 3 261 144 60
Binary 0 11110111 11101100 1100100 0 100 11 10110001 1100100 110000

Color Harmonies of #00F7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F7EC

Black with #00F7EC

Text Example


Text Example

White with #00F7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,247,236); }

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

background-color css

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

 a { background-color: rgb(0,247,236); }

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

border-color css

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

 span { border-color: rgb(0,247,236); }

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