Html Css Color HEX #68D9AC Medium Aquamarine

📋 copy color: '#68D9AC'

red 104 ◦ green 217 ◦ blue 172

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

Shades of Medium Aquamarine #68D9AC

Tints of Medium Aquamarine #68D9AC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.02%

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

R = 21.1%
G = 44.02%
B = 34.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#68D9AC (or 0x68D9AC) is known color: Medium Aquamarine. HEX triplet: 68, D9 and AC. RGB value is (104,217,172). Sum of RGB (Red+Green+Blue) = 104+217+172=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D9AC is #972653. Grayscale: #B2B2B2. Windows color (decimal): -9905748 or 11327848. OLE color: 11327848.

HSL color Cylindrical-coordinate representation of color #68D9AC: hue angle of 156.11º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D9AC is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 217 172 -
CMYK 0.52 0 0.21 0.15
HSL 156.11º 0.6% 0.63% -
HSV(B) 156.11º 0.52% 0.85% -
XYZ 37.97 55.55 47.75 -
YUV 178.08 124.56 75.16 -
System Red Green Blue C M Y K H S L
Decimal 104 217 172 0.52 0 0.21 0.15 156.11 0.6 0.63
Hex 68 D9 AC 34 0 15 F 9C 3C 3F
Octal 150 331 254 64 0 25 17 234 74 77
Binary 1101000 11011001 10101100 110100 0 10101 1111 10011100 111100 111111

Color Harmonies of #68D9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D9AC

Black with #68D9AC

Text Example


Text Example

White with #68D9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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