Html Css Color HEX #68EE96 Medium Aquamarine

📋 copy color: '#68EE96'

red 104 ◦ green 238 ◦ blue 150

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

Shades of Medium Aquamarine #68EE96

Tints of Medium Aquamarine #68EE96

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.37%

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

R = 21.14%
G = 48.37%
B = 30.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#68EE96 (or 0x68EE96) is known color: Medium Aquamarine. HEX triplet: 68, EE and 96. RGB value is (104,238,150). Sum of RGB (Red+Green+Blue) = 104+238+150=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #68EE96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EE96 is #971169. Grayscale: #BCBCBC. Windows color (decimal): -9900394 or 9891432. OLE color: 9891432.

HSL color Cylindrical-coordinate representation of color #68EE96: hue angle of 140.6º degrees, saturation: 0.8, 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 #68EE96 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 238 150 -
CMYK 0.56 0 0.37 0.07
HSL 140.6º 0.8% 0.67% -
HSV(B) 140.6º 0.56% 0.93% -
XYZ 41.79 66.29 39.45 -
YUV 187.9 106.61 68.16 -
System Red Green Blue C M Y K H S L
Decimal 104 238 150 0.56 0 0.37 0.07 140.6 0.8 0.67
Hex 68 EE 96 38 0 25 7 8D 50 43
Octal 150 356 226 70 0 45 7 215 120 103
Binary 1101000 11101110 10010110 111000 0 100101 111 10001101 1010000 1000011

Color Harmonies of #68EE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EE96

Black with #68EE96

Text Example


Text Example

White with #68EE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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