Html Css Color HEX #68E2AA Medium Aquamarine

📋 copy color: '#68E2AA'

red 104 ◦ green 226 ◦ blue 170

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

Shades of Medium Aquamarine #68E2AA

Tints of Medium Aquamarine #68E2AA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.2%

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

R = 20.8%
G = 45.2%
B = 34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#68E2AA (or 0x68E2AA) is known color: Medium Aquamarine. HEX triplet: 68, E2 and AA. RGB value is (104,226,170). Sum of RGB (Red+Green+Blue) = 104+226+170=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #68E2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E2AA is #971D55. Grayscale: #B7B7B7. Windows color (decimal): -9903446 or 11199080. OLE color: 11199080.

HSL color Cylindrical-coordinate representation of color #68E2AA: hue angle of 152.46º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E2AA is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 226 170 -
CMYK 0.54 0 0.25 0.11
HSL 152.46º 0.68% 0.65% -
HSV(B) 152.46º 0.54% 0.89% -
XYZ 40.16 60.24 47.54 -
YUV 183.14 120.58 71.55 -
System Red Green Blue C M Y K H S L
Decimal 104 226 170 0.54 0 0.25 0.11 152.46 0.68 0.65
Hex 68 E2 AA 36 0 19 B 98 44 41
Octal 150 342 252 66 0 31 13 230 104 101
Binary 1101000 11100010 10101010 110110 0 11001 1011 10011000 1000100 1000001

Color Harmonies of #68E2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E2AA

Black with #68E2AA

Text Example


Text Example

White with #68E2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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