Html Css Color HEX #07FAFA Aqua

📋 copy color: '#07FAFA'

red 7 ◦ green 250 ◦ blue 250

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

Shades of Aqua #07FAFA

Tints of Aqua #07FAFA

RGB

 RED value IS 7 (3.13% from 255) = 1.38%

 GREEN value IS 250 (98.05% from 255) = 49.31%

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 1.38%
G = 49.31%
B = 49.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#07FAFA (or 0x07FAFA) is known color: Aqua. HEX triplet: 07, FA and FA. RGB value is (7,250,250). Sum of RGB (Red+Green+Blue) = 7+250+250=507 (67% of max value = 765). Red value is 7 (3.12% from 255 or 1.38% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #07FAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FAFA is #F80505. Grayscale: #B1B1B1. Windows color (decimal): -16254214 or 16448007. OLE color: 16448007.

HSL color Cylindrical-coordinate representation of color #07FAFA: hue angle of 180º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FAFA is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 250 250 -
CMYK 0.97 0 0 0.02
HSL 180º 0.96% 0.5% -
HSV(B) 180º 0.97% 0.98% -
XYZ 51.53 75.32 102.26 -
YUV 177.34 168.99 6.5 -
System Red Green Blue C M Y K H S L
Decimal 7 250 250 0.97 0 0 0.02 180 0.96 0.5
Hex 7 FA FA 61 0 0 2 B4 60 32
Octal 7 372 372 141 0 0 2 264 140 62
Binary 111 11111010 11111010 1100001 0 0 10 10110100 1100000 110010

Color Harmonies of #07FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FAFA

Black with #07FAFA

Text Example


Text Example

White with #07FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07FAFA; }

 p { color: rgb(7,250,250); }

 H1.HeaderClassName
 {
   color: #07FAFA;
 }
 .AnyTagClassName
 {
   color: #07FAFA;
 }
</style>

background-color css

<style>
 a { background-color: #07FAFA; }

 a { background-color: rgb(7,250,250); }

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

border-color css

<style>
 span { border-color: #07FAFA; }

 span { border-color: rgb(7,250,250); }

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