Html Css Color HEX #68DCAC Medium Aquamarine

📋 copy color: '#68DCAC'

red 104 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #68DCAC

Tints of Medium Aquamarine #68DCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.35%

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

R = 20.97%
G = 44.35%
B = 34.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#68DCAC (or 0x68DCAC) is known color: Medium Aquamarine. HEX triplet: 68, DC and AC. RGB value is (104,220,172). Sum of RGB (Red+Green+Blue) = 104+220+172=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DCAC is #972353. Grayscale: #B3B3B3. Windows color (decimal): -9904980 or 11328616. OLE color: 11328616.

HSL color Cylindrical-coordinate representation of color #68DCAC: hue angle of 155.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCAC is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 220 172 -
CMYK 0.53 0 0.22 0.14
HSL 155.17º 0.62% 0.64% -
HSV(B) 155.17º 0.53% 0.86% -
XYZ 38.75 57.11 48.01 -
YUV 179.84 123.57 73.9 -
System Red Green Blue C M Y K H S L
Decimal 104 220 172 0.53 0 0.22 0.14 155.17 0.62 0.64
Hex 68 DC AC 35 0 16 E 9B 3E 40
Octal 150 334 254 65 0 26 16 233 76 100
Binary 1101000 11011100 10101100 110101 0 10110 1110 10011011 111110 1000000

Color Harmonies of #68DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCAC

Black with #68DCAC

Text Example


Text Example

White with #68DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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