Html Css Color HEX #68C2A0 Medium Aquamarine

📋 copy color: '#68C2A0'

red 104 ◦ green 194 ◦ blue 160

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

Shades of Medium Aquamarine #68C2A0

Tints of Medium Aquamarine #68C2A0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.36%

 BLUE value IS 160 (62.89% from 255) = 34.93%

R = 22.71%
G = 42.36%
B = 34.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#68C2A0 (or 0x68C2A0) is known color: Medium Aquamarine. HEX triplet: 68, C2 and A0. RGB value is (104,194,160). Sum of RGB (Red+Green+Blue) = 104+194+160=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #68C2A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C2A0 is #973D5F. Grayscale: #A3A3A3. Windows color (decimal): -9911648 or 10535528. OLE color: 10535528.

HSL color Cylindrical-coordinate representation of color #68C2A0: hue angle of 157.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C2A0 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 194 160 -
CMYK 0.46 0 0.18 0.24
HSL 157.33º 0.42% 0.58% -
HSV(B) 157.33º 0.46% 0.76% -
XYZ 31.35 44.06 40.11 -
YUV 163.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 104 194 160 0.46 0 0.18 0.24 157.33 0.42 0.58
Hex 68 C2 A0 2E 0 12 18 9D 2A 3A
Octal 150 302 240 56 0 22 30 235 52 72
Binary 1101000 11000010 10100000 101110 0 10010 11000 10011101 101010 111010

Color Harmonies of #68C2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C2A0

Black with #68C2A0

Text Example


Text Example

White with #68C2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,194,160); }

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

background-color css

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

 a { background-color: rgb(104,194,160); }

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

border-color css

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

 span { border-color: rgb(104,194,160); }

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