Html Css Color HEX #68DC9E Medium Aquamarine

📋 copy color: '#68DC9E'

red 104 ◦ green 220 ◦ blue 158

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

Shades of Medium Aquamarine #68DC9E

Tints of Medium Aquamarine #68DC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.78%

R = 21.58%
G = 45.64%
B = 32.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#68DC9E (or 0x68DC9E) is known color: Medium Aquamarine. HEX triplet: 68, DC and 9E. RGB value is (104,220,158). Sum of RGB (Red+Green+Blue) = 104+220+158=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DC9E is #972361. Grayscale: #B2B2B2. Windows color (decimal): -9904994 or 10411112. OLE color: 10411112.

HSL color Cylindrical-coordinate representation of color #68DC9E: hue angle of 147.93º 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 #68DC9E is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 220 158 -
CMYK 0.53 0 0.28 0.14
HSL 147.93º 0.62% 0.64% -
HSV(B) 147.93º 0.53% 0.86% -
XYZ 37.47 56.6 41.3 -
YUV 178.25 116.57 75.04 -
System Red Green Blue C M Y K H S L
Decimal 104 220 158 0.53 0 0.28 0.14 147.93 0.62 0.64
Hex 68 DC 9E 35 0 1C E 94 3E 40
Octal 150 334 236 65 0 34 16 224 76 100
Binary 1101000 11011100 10011110 110101 0 11100 1110 10010100 111110 1000000

Color Harmonies of #68DC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DC9E

Black with #68DC9E

Text Example


Text Example

White with #68DC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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