Html Css Color HEX #07F6EE Aqua

📋 copy color: '#07F6EE'

red 7 ◦ green 246 ◦ blue 238

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

Shades of Aqua #07F6EE

Tints of Aqua #07F6EE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.1%

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 1.43%
G = 50.1%
B = 48.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#07F6EE (or 0x07F6EE) is known color: Aqua. HEX triplet: 07, F6 and EE. RGB value is (7,246,238). Sum of RGB (Red+Green+Blue) = 7+246+238=491 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.43% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #07F6EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07F6EE is #F80911. Grayscale: #ADADAD. Windows color (decimal): -16255250 or 15660551. OLE color: 15660551.

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

Color convert

RGB 7 246 238 -
CMYK 0.97 0 0.03 0.04
HSL 177.99º 0.94% 0.5% -
HSV(B) 177.99º 0.97% 0.96% -
XYZ 48.48 72.13 92.26 -
YUV 173.63 164.32 9.15 -
System Red Green Blue C M Y K H S L
Decimal 7 246 238 0.97 0 0.03 0.04 177.99 0.94 0.5
Hex 7 F6 EE 61 0 3 4 B2 5E 32
Octal 7 366 356 141 0 3 4 262 136 62
Binary 111 11110110 11101110 1100001 0 11 100 10110010 1011110 110010

Color Harmonies of #07F6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F6EE

Black with #07F6EE

Text Example


Text Example

White with #07F6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,246,238); }

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

background-color css

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

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

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

border-color css

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

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

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