Html Css Color HEX #68EC96 Medium Aquamarine

📋 copy color: '#68EC96'

red 104 ◦ green 236 ◦ blue 150

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

Shades of Medium Aquamarine #68EC96

Tints of Medium Aquamarine #68EC96

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.16%

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

R = 21.22%
G = 48.16%
B = 30.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#68EC96 (or 0x68EC96) is known color: Medium Aquamarine. HEX triplet: 68, EC and 96. RGB value is (104,236,150). Sum of RGB (Red+Green+Blue) = 104+236+150=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #68EC96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EC96 is #971369. Grayscale: #BABABA. Windows color (decimal): -9900906 or 9890920. OLE color: 9890920.

HSL color Cylindrical-coordinate representation of color #68EC96: hue angle of 140.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EC96 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 236 150 -
CMYK 0.56 0 0.36 0.07
HSL 140.91º 0.78% 0.67% -
HSV(B) 140.91º 0.56% 0.93% -
XYZ 41.21 65.14 39.25 -
YUV 186.73 107.27 68.99 -
System Red Green Blue C M Y K H S L
Decimal 104 236 150 0.56 0 0.36 0.07 140.91 0.78 0.67
Hex 68 EC 96 38 0 24 7 8D 4E 43
Octal 150 354 226 70 0 44 7 215 116 103
Binary 1101000 11101100 10010110 111000 0 100100 111 10001101 1001110 1000011

Color Harmonies of #68EC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EC96

Black with #68EC96

Text Example


Text Example

White with #68EC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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