#68FAA4

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

Shades of Medium Aquamarine #68FAA4

Tints of Medium Aquamarine #68FAA4

Color information

#68FAA4 (or 0x68FAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 68, FA and A4. RGB value is (104,250,164). Sum of RGB (Red+Green+Blue) = 104+250+164=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FAA4 is #97055B. Grayscale: #C4C4C4. Windows color (decimal): -9897308 or 10812008. OLE color: 10812008.

HSL color Cylindrical-coordinate representation of color #68FAA4: hue angle of 144.66º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68FAA4 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB104250164-
CMYK0.5800.340.02
HSL144.66º93.59%69.41%-
HSV(B)144.66º58.4%98.04%-
XYZ46.673.9946.95-
YUV196.54109.6361.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.08%
GREEN value IS 250 (98.05% from 255) = 48.26%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=20.08%
G=48.26%
B=31.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042501640.5800.340.02144.6693.5969.41
Hex68FAA43A0222915e45
Octal150372244720422221136105
Binary110100011111010101001001110100100010101001000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,250,164); }

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

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

 a { background-color: rgb(104,250,164); }

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

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

 span { border-color: rgb(104,250,164); }

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