#68EF96

Color #68EF96 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #68EF96

Tints of Medium Aquamarine #68EF96

Color information

#68EF96 (or 0x68EF96) is unknown color: approx Medium Aquamarine. HEX triplet: 68, EF and 96. RGB value is (104,239,150). Sum of RGB (Red+Green+Blue) = 104+239+150=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EF96 is #971069. Grayscale: #BCBCBC. Windows color (decimal): -9900138 or 9891688. OLE color: 9891688.

HSL color Cylindrical-coordinate representation of color #68EF96: hue angle of 140.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EF96 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB104239150-
CMYK0.5600.370.06
HSL140.44º80.84%67.25%-
HSV(B)140.44º56.49%93.73%-
XYZ42.0866.8839.55-
YUV188.49106.2767.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.10%
GREEN value IS 239 (93.75% from 255) = 48.48%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=21.10%
G=48.48%
B=30.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042391500.5600.370.06140.4480.8467.25
Hex68EF963802568c5143
Octal150357226700456214121103
Binary1101000111011111001011011100001001011101000110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68EF96;
 }
 .AnyTagClassName
 {
   color: #68EF96;
 }
</style>
background-color css

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

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

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

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

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

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