Html Css Color HEX #68DBAC Medium Aquamarine

📋 copy color: '#68DBAC'

red 104 ◦ green 219 ◦ blue 172

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

Shades of Medium Aquamarine #68DBAC

Tints of Medium Aquamarine #68DBAC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.24%

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

R = 21.01%
G = 44.24%
B = 34.75%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#68DBAC (or 0x68DBAC) is known color: Medium Aquamarine. HEX triplet: 68, DB and AC. RGB value is (104,219,172). Sum of RGB (Red+Green+Blue) = 104+219+172=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DBAC is #972453. Grayscale: #B3B3B3. Windows color (decimal): -9905236 or 11328360. OLE color: 11328360.

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

Color convert

RGB 104 219 172 -
CMYK 0.53 0 0.21 0.14
HSL 155.48º 0.61% 0.63% -
HSV(B) 155.48º 0.53% 0.86% -
XYZ 38.49 56.58 47.92 -
YUV 179.26 123.9 74.32 -
System Red Green Blue C M Y K H S L
Decimal 104 219 172 0.53 0 0.21 0.14 155.48 0.61 0.63
Hex 68 DB AC 35 0 15 E 9B 3D 3F
Octal 150 333 254 65 0 25 16 233 75 77
Binary 1101000 11011011 10101100 110101 0 10101 1110 10011011 111101 111111

Color Harmonies of #68DBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBAC

Black with #68DBAC

Text Example


Text Example

White with #68DBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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