Html Css Color HEX #68DFAC Medium Aquamarine

📋 copy color: '#68DFAC'

red 104 ◦ green 223 ◦ blue 172

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

Shades of Medium Aquamarine #68DFAC

Tints of Medium Aquamarine #68DFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.69%

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

R = 20.84%
G = 44.69%
B = 34.47%

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

#68DFAC (or 0x68DFAC) is known color: Medium Aquamarine. HEX triplet: 68, DF and AC. RGB value is (104,223,172). Sum of RGB (Red+Green+Blue) = 104+223+172=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DFAC is #972053. Grayscale: #B5B5B5. Windows color (decimal): -9904212 or 11329384. OLE color: 11329384.

HSL color Cylindrical-coordinate representation of color #68DFAC: hue angle of 154.29º degrees, saturation: 0.65, 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 #68DFAC is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 223 172 -
CMYK 0.53 0 0.23 0.13
HSL 154.29º 0.65% 0.64% -
HSV(B) 154.29º 0.53% 0.87% -
XYZ 39.54 58.7 48.28 -
YUV 181.61 122.58 72.65 -
System Red Green Blue C M Y K H S L
Decimal 104 223 172 0.53 0 0.23 0.13 154.29 0.65 0.64
Hex 68 DF AC 35 0 17 D 9A 41 40
Octal 150 337 254 65 0 27 15 232 101 100
Binary 1101000 11011111 10101100 110101 0 10111 1101 10011010 1000001 1000000

Color Harmonies of #68DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFAC

Black with #68DFAC

Text Example


Text Example

White with #68DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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