Html Css Color HEX #68D6AA Medium Aquamarine

📋 copy color: '#68D6AA'

red 104 ◦ green 214 ◦ blue 170

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

Shades of Medium Aquamarine #68D6AA

Tints of Medium Aquamarine #68D6AA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.85%

 BLUE value IS 170 (66.8% from 255) = 34.84%

R = 21.31%
G = 43.85%
B = 34.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#68D6AA (or 0x68D6AA) is known color: Medium Aquamarine. HEX triplet: 68, D6 and AA. RGB value is (104,214,170). Sum of RGB (Red+Green+Blue) = 104+214+170=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #68D6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D6AA is #972955. Grayscale: #B0B0B0. Windows color (decimal): -9906518 or 11196008. OLE color: 11196008.

HSL color Cylindrical-coordinate representation of color #68D6AA: hue angle of 156º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D6AA is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 214 170 -
CMYK 0.51 0 0.21 0.16
HSL 156º 0.57% 0.62% -
HSV(B) 156º 0.51% 0.84% -
XYZ 37.01 53.94 46.49 -
YUV 176.09 124.56 76.58 -
System Red Green Blue C M Y K H S L
Decimal 104 214 170 0.51 0 0.21 0.16 156 0.57 0.62
Hex 68 D6 AA 33 0 15 10 9C 39 3E
Octal 150 326 252 63 0 25 20 234 71 76
Binary 1101000 11010110 10101010 110011 0 10101 10000 10011100 111001 111110

Color Harmonies of #68D6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D6AA

Black with #68D6AA

Text Example


Text Example

White with #68D6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,214,170); }

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

background-color css

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

 a { background-color: rgb(104,214,170); }

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

border-color css

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

 span { border-color: rgb(104,214,170); }

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