Html Css Color HEX #68E796 Medium Aquamarine

📋 copy color: '#68E796'

red 104 ◦ green 231 ◦ blue 150

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

Shades of Medium Aquamarine #68E796

Tints of Medium Aquamarine #68E796

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.63%

 BLUE value IS 150 (58.98% from 255) = 30.93%

R = 21.44%
G = 47.63%
B = 30.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#68E796 (or 0x68E796) is known color: Medium Aquamarine. HEX triplet: 68, E7 and 96. RGB value is (104,231,150). Sum of RGB (Red+Green+Blue) = 104+231+150=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #68E796 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E796 is #971869. Grayscale: #B7B7B7. Windows color (decimal): -9902186 or 9889640. OLE color: 9889640.

HSL color Cylindrical-coordinate representation of color #68E796: hue angle of 141.73º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E796 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 231 150 -
CMYK 0.55 0 0.35 0.09
HSL 141.73º 0.73% 0.66% -
HSV(B) 141.73º 0.55% 0.91% -
XYZ 39.79 62.3 38.78 -
YUV 183.79 108.92 71.09 -
System Red Green Blue C M Y K H S L
Decimal 104 231 150 0.55 0 0.35 0.09 141.73 0.73 0.66
Hex 68 E7 96 37 0 23 9 8E 49 42
Octal 150 347 226 67 0 43 11 216 111 102
Binary 1101000 11100111 10010110 110111 0 100011 1001 10001110 1001001 1000010

Color Harmonies of #68E796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E796

Black with #68E796

Text Example


Text Example

White with #68E796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,231,150); }

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

background-color css

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

 a { background-color: rgb(104,231,150); }

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

border-color css

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

 span { border-color: rgb(104,231,150); }

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