Html Css Color HEX #68D0A0 Medium Aquamarine

📋 copy color: '#68D0A0'

red 104 ◦ green 208 ◦ blue 160

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

Shades of Medium Aquamarine #68D0A0

Tints of Medium Aquamarine #68D0A0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.07%

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

R = 22.03%
G = 44.07%
B = 33.9%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#68D0A0 (or 0x68D0A0) is known color: Medium Aquamarine. HEX triplet: 68, D0 and A0. RGB value is (104,208,160). Sum of RGB (Red+Green+Blue) = 104+208+160=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #68D0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D0A0 is #972F5F. Grayscale: #ABABAB. Windows color (decimal): -9908064 or 10539112. OLE color: 10539112.

HSL color Cylindrical-coordinate representation of color #68D0A0: hue angle of 152.31º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D0A0 is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 208 160 -
CMYK 0.5 0 0.23 0.18
HSL 152.31º 0.53% 0.61% -
HSV(B) 152.31º 0.5% 0.82% -
XYZ 34.61 50.59 41.2 -
YUV 171.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 104 208 160 0.5 0 0.23 0.18 152.31 0.53 0.61
Hex 68 D0 A0 32 0 17 12 98 35 3D
Octal 150 320 240 62 0 27 22 230 65 75
Binary 1101000 11010000 10100000 110010 0 10111 10010 10011000 110101 111101

Color Harmonies of #68D0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D0A0

Black with #68D0A0

Text Example


Text Example

White with #68D0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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