Html Css Color HEX #68DEAC Medium Aquamarine

📋 copy color: '#68DEAC'

red 104 ◦ green 222 ◦ blue 172

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

Shades of Medium Aquamarine #68DEAC

Tints of Medium Aquamarine #68DEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.58%

 BLUE value IS 172 (67.58% from 255) = 34.54%

R = 20.88%
G = 44.58%
B = 34.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#68DEAC (or 0x68DEAC) is known color: Medium Aquamarine. HEX triplet: 68, DE and AC. RGB value is (104,222,172). Sum of RGB (Red+Green+Blue) = 104+222+172=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DEAC is #972153. Grayscale: #B5B5B5. Windows color (decimal): -9904468 or 11329128. OLE color: 11329128.

HSL color Cylindrical-coordinate representation of color #68DEAC: hue angle of 154.58º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DEAC is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 222 172 -
CMYK 0.53 0 0.23 0.13
HSL 154.58º 0.64% 0.64% -
HSV(B) 154.58º 0.53% 0.87% -
XYZ 39.28 58.16 48.19 -
YUV 181.02 122.91 73.07 -
System Red Green Blue C M Y K H S L
Decimal 104 222 172 0.53 0 0.23 0.13 154.58 0.64 0.64
Hex 68 DE AC 35 0 17 D 9B 40 40
Octal 150 336 254 65 0 27 15 233 100 100
Binary 1101000 11011110 10101100 110101 0 10111 1101 10011011 1000000 1000000

Color Harmonies of #68DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DEAC

Black with #68DEAC

Text Example


Text Example

White with #68DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,222,172); }

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

background-color css

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

 a { background-color: rgb(104,222,172); }

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

border-color css

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

 span { border-color: rgb(104,222,172); }

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