Html Css Color HEX #68F6AA Medium Aquamarine

📋 copy color: '#68F6AA'

red 104 ◦ green 246 ◦ blue 170

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

Shades of Medium Aquamarine #68F6AA

Tints of Medium Aquamarine #68F6AA

RGB

 RED value IS 104 (41.02% from 255) = 20%

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

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 20%
G = 47.31%
B = 32.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#68F6AA (or 0x68F6AA) is known color: Medium Aquamarine. HEX triplet: 68, F6 and AA. RGB value is (104,246,170). Sum of RGB (Red+Green+Blue) = 104+246+170=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F6AA is #970955. Grayscale: #C3C3C3. Windows color (decimal): -9898326 or 11204200. OLE color: 11204200.

HSL color Cylindrical-coordinate representation of color #68F6AA: hue angle of 147.89º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F6AA is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 246 170 -
CMYK 0.58 0 0.31 0.04
HSL 147.89º 0.89% 0.69% -
HSV(B) 147.89º 0.58% 0.96% -
XYZ 45.92 71.76 49.46 -
YUV 194.88 113.96 63.18 -
System Red Green Blue C M Y K H S L
Decimal 104 246 170 0.58 0 0.31 0.04 147.89 0.89 0.69
Hex 68 F6 AA 3A 0 1F 4 94 59 45
Octal 150 366 252 72 0 37 4 224 131 105
Binary 1101000 11110110 10101010 111010 0 11111 100 10010100 1011001 1000101

Color Harmonies of #68F6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F6AA

Black with #68F6AA

Text Example


Text Example

White with #68F6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68F6AA; }

 p { color: rgb(104,246,170); }

 H1.HeaderClassName
 {
   color: #68F6AA;
 }
 .AnyTagClassName
 {
   color: #68F6AA;
 }
</style>

background-color css

<style>
 a { background-color: #68F6AA; }

 a { background-color: rgb(104,246,170); }

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

border-color css

<style>
 span { border-color: #68F6AA; }

 span { border-color: rgb(104,246,170); }

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