Html Css Color HEX #68D49E Medium Aquamarine

📋 copy color: '#68D49E'

red 104 ◦ green 212 ◦ blue 158

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

Shades of Medium Aquamarine #68D49E

Tints of Medium Aquamarine #68D49E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.73%

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

R = 21.94%
G = 44.73%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#68D49E (or 0x68D49E) is known color: Medium Aquamarine. HEX triplet: 68, D4 and 9E. RGB value is (104,212,158). Sum of RGB (Red+Green+Blue) = 104+212+158=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #68D49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D49E is #972B61. Grayscale: #ADADAD. Windows color (decimal): -9907042 or 10409064. OLE color: 10409064.

HSL color Cylindrical-coordinate representation of color #68D49E: hue angle of 150º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D49E is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 212 158 -
CMYK 0.51 0 0.25 0.17
HSL 150º 0.56% 0.62% -
HSV(B) 150º 0.51% 0.83% -
XYZ 35.42 52.5 40.61 -
YUV 173.55 119.22 78.39 -
System Red Green Blue C M Y K H S L
Decimal 104 212 158 0.51 0 0.25 0.17 150 0.56 0.62
Hex 68 D4 9E 33 0 19 11 96 38 3E
Octal 150 324 236 63 0 31 21 226 70 76
Binary 1101000 11010100 10011110 110011 0 11001 10001 10010110 111000 111110

Color Harmonies of #68D49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D49E

Black with #68D49E

Text Example


Text Example

White with #68D49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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