Html Css Color HEX #68DEA0 Medium Aquamarine

📋 copy color: '#68DEA0'

red 104 ◦ green 222 ◦ blue 160

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

Shades of Medium Aquamarine #68DEA0

Tints of Medium Aquamarine #68DEA0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.68%

 BLUE value IS 160 (62.89% from 255) = 32.92%

R = 21.4%
G = 45.68%
B = 32.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#68DEA0 (or 0x68DEA0) is known color: Medium Aquamarine. HEX triplet: 68, DE and A0. RGB value is (104,222,160). Sum of RGB (Red+Green+Blue) = 104+222+160=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DEA0 is #97215F. Grayscale: #B3B3B3. Windows color (decimal): -9904480 or 10542696. OLE color: 10542696.

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

Color convert

RGB 104 222 160 -
CMYK 0.53 0 0.28 0.13
HSL 148.47º 0.64% 0.64% -
HSV(B) 148.47º 0.53% 0.87% -
XYZ 38.18 57.72 42.39 -
YUV 179.65 116.91 74.04 -
System Red Green Blue C M Y K H S L
Decimal 104 222 160 0.53 0 0.28 0.13 148.47 0.64 0.64
Hex 68 DE A0 35 0 1C D 94 40 40
Octal 150 336 240 65 0 34 15 224 100 100
Binary 1101000 11011110 10100000 110101 0 11100 1101 10010100 1000000 1000000

Color Harmonies of #68DEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DEA0

Black with #68DEA0

Text Example


Text Example

White with #68DEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,222,160); }

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

background-color css

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

 a { background-color: rgb(104,222,160); }

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

border-color css

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

 span { border-color: rgb(104,222,160); }

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