#00f7f4

Color #00F7F4 Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #00F7F4

Tints of Aqua #00F7F4

Color information

#00F7F4 (or 0x00F7F4) is unknown color: approx Aqua. HEX triplet: 00, F7 and F4. RGB value is (0,247,244). Sum of RGB (Red+Green+Blue) = 0+247+244=491 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #00F7F4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F7F4 is #FF080B. Grayscale: #ACACAC. Windows color (decimal): -16713740 or 16054016. OLE color: 16054016.

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

Color convert

RGB0247244-
CMYK100.010.03
HSL179.27º100%48.43%-
HSV(B)179.27º100%96.86%-
XYZ49.5973.0597.07-
YUV172.8168.174.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 247 (96.88% from 255) = 50.31%
BLUE value IS 244 (95.70% from 255) = 49.69%
R=0%
G=50.31%
B=49.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal0247244100.010.03179.2710048.43
Hex0F7F464013b36430
Octal036736414401326314460
Binary0111101111111010011001000111101100111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00f7f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00f7f4;
 }
 .AnyTagClassName
 {
   color: #00f7f4;
 }
</style>
background-color css

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

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

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

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

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

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