Html Css Color HEX #68DC9A Medium Aquamarine

📋 copy color: '#68DC9A'

red 104 ◦ green 220 ◦ blue 154

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

Shades of Medium Aquamarine #68DC9A

Tints of Medium Aquamarine #68DC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.22%

R = 21.76%
G = 46.03%
B = 32.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#68DC9A (or 0x68DC9A) is known color: Medium Aquamarine. HEX triplet: 68, DC and 9A. RGB value is (104,220,154). Sum of RGB (Red+Green+Blue) = 104+220+154=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DC9A is #972365. Grayscale: #B1B1B1. Windows color (decimal): -9904998 or 10148968. OLE color: 10148968.

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

Color convert

RGB 104 220 154 -
CMYK 0.53 0 0.3 0.14
HSL 145.86º 0.62% 0.64% -
HSV(B) 145.86º 0.53% 0.86% -
XYZ 37.13 56.46 39.51 -
YUV 177.79 114.57 75.37 -
System Red Green Blue C M Y K H S L
Decimal 104 220 154 0.53 0 0.3 0.14 145.86 0.62 0.64
Hex 68 DC 9A 35 0 1E E 92 3E 40
Octal 150 334 232 65 0 36 16 222 76 100
Binary 1101000 11011100 10011010 110101 0 11110 1110 10010010 111110 1000000

Color Harmonies of #68DC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DC9A

Black with #68DC9A

Text Example


Text Example

White with #68DC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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