Html Css Color HEX #68C0A6 Medium Aquamarine

📋 copy color: '#68C0A6'

red 104 ◦ green 192 ◦ blue 166

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

Shades of Medium Aquamarine #68C0A6

Tints of Medium Aquamarine #68C0A6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.56%

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 22.51%
G = 41.56%
B = 35.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#68C0A6 (or 0x68C0A6) is known color: Medium Aquamarine. HEX triplet: 68, C0 and A6. RGB value is (104,192,166). Sum of RGB (Red+Green+Blue) = 104+192+166=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #68C0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C0A6 is #973F59. Grayscale: #A2A2A2. Windows color (decimal): -9912154 or 10928232. OLE color: 10928232.

HSL color Cylindrical-coordinate representation of color #68C0A6: hue angle of 162.27º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C0A6 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 192 166 -
CMYK 0.46 0 0.14 0.25
HSL 162.27º 0.41% 0.58% -
HSV(B) 162.27º 0.46% 0.75% -
XYZ 31.44 43.4 42.8 -
YUV 162.72 129.85 86.11 -
System Red Green Blue C M Y K H S L
Decimal 104 192 166 0.46 0 0.14 0.25 162.27 0.41 0.58
Hex 68 C0 A6 2E 0 E 19 A2 29 3A
Octal 150 300 246 56 0 16 31 242 51 72
Binary 1101000 11000000 10100110 101110 0 1110 11001 10100010 101001 111010

Color Harmonies of #68C0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C0A6

Black with #68C0A6

Text Example


Text Example

White with #68C0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,192,166); }

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

background-color css

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

 a { background-color: rgb(104,192,166); }

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

border-color css

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

 span { border-color: rgb(104,192,166); }

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