Html Css Color HEX #07FEE9 Aqua

📋 copy color: '#07FEE9'

red 7 ◦ green 254 ◦ blue 233

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

Shades of Aqua #07FEE9

Tints of Aqua #07FEE9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.42%

 BLUE value IS 233 (91.41% from 255) = 47.17%

R = 1.42%
G = 51.42%
B = 47.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#07FEE9 (or 0x07FEE9) is known color: Aqua. HEX triplet: 07, FE and E9. RGB value is (7,254,233). Sum of RGB (Red+Green+Blue) = 7+254+233=494 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.42% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #07FEE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FEE9 is #F80116. Grayscale: #B1B1B1. Windows color (decimal): -16253207 or 15334919. OLE color: 15334919.

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

Color convert

RGB 7 254 233 -
CMYK 0.97 0 0.08 0.00
HSL 174.9º 0.99% 0.51% -
HSV(B) 174.9º 0.97% 1% -
XYZ 50.24 76.81 89.27 -
YUV 177.75 159.17 6.21 -
System Red Green Blue C M Y K H S L
Decimal 7 254 233 0.97 0 0.08 0.00 174.9 0.99 0.51
Hex 7 FE E9 61 0 8 0 AF 63 33
Octal 7 376 351 141 0 10 0 257 143 63
Binary 111 11111110 11101001 1100001 0 1000 0 10101111 1100011 110011

Color Harmonies of #07FEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FEE9

Black with #07FEE9

Text Example


Text Example

White with #07FEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,254,233); }

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

background-color css

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

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

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

border-color css

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

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

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