Html Css Color HEX #68F2AA Medium Aquamarine

📋 copy color: '#68F2AA'

red 104 ◦ green 242 ◦ blue 170

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

Shades of Medium Aquamarine #68F2AA

Tints of Medium Aquamarine #68F2AA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.9%

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

R = 20.16%
G = 46.9%
B = 32.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#68F2AA (or 0x68F2AA) is known color: Medium Aquamarine. HEX triplet: 68, F2 and AA. RGB value is (104,242,170). Sum of RGB (Red+Green+Blue) = 104+242+170=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F2AA is #970D55. Grayscale: #C0C0C0. Windows color (decimal): -9899350 or 11203176. OLE color: 11203176.

HSL color Cylindrical-coordinate representation of color #68F2AA: hue angle of 148.7º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2AA is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 242 170 -
CMYK 0.57 0 0.30 0.05
HSL 148.7º 0.84% 0.68% -
HSV(B) 148.7º 0.57% 0.95% -
XYZ 44.72 69.35 49.06 -
YUV 192.53 115.28 64.85 -
System Red Green Blue C M Y K H S L
Decimal 104 242 170 0.57 0 0.30 0.05 148.7 0.84 0.68
Hex 68 F2 AA 39 0 1E 5 95 54 44
Octal 150 362 252 71 0 36 5 225 124 104
Binary 1101000 11110010 10101010 111001 0 11110 101 10010101 1010100 1000100

Color Harmonies of #68F2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F2AA

Black with #68F2AA

Text Example


Text Example

White with #68F2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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