Html Css Color HEX #07FFEC Aqua

📋 copy color: '#07FFEC'

red 7 ◦ green 255 ◦ blue 236

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

Shades of Aqua #07FFEC

Tints of Aqua #07FFEC

RGB

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

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

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

R = 1.41%
G = 51.2%
B = 47.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#07FFEC (or 0x07FFEC) is known color: Aqua. HEX triplet: 07, FF and EC. RGB value is (7,255,236). Sum of RGB (Red+Green+Blue) = 7+255+236=498 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.41% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FFEC is #F80013. Grayscale: #B2B2B2. Windows color (decimal): -16252948 or 15531783. OLE color: 15531783.

HSL color Cylindrical-coordinate representation of color #07FFEC: hue angle of 175.4º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FFEC is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 7 255 236 -
CMYK 0.97 0 0.07 0
HSL 175.4º 1% 0.51% -
HSV(B) 175.4º 0.97% 1% -
XYZ 50.99 77.62 91.65 -
YUV 178.68 160.34 5.54 -
System Red Green Blue C M Y K H S L
Decimal 7 255 236 0.97 0 0.07 0 175.4 1 0.51
Hex 7 FF EC 61 0 7 0 AF 64 33
Octal 7 377 354 141 0 7 0 257 144 63
Binary 111 11111111 11101100 1100001 0 111 0 10101111 1100100 110011

Color Harmonies of #07FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FFEC

Black with #07FFEC

Text Example


Text Example

White with #07FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,255,236); }

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

background-color css

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

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

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

border-color css

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

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

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