#68FDA5

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

Shades of Medium Aquamarine #68FDA5

Tints of Medium Aquamarine #68FDA5

Color information

#68FDA5 (or 0x68FDA5) is unknown color: approx Medium Aquamarine. HEX triplet: 68, FD and A5. RGB value is (104,253,165). Sum of RGB (Red+Green+Blue) = 104+253+165=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FDA5 is #97025A. Grayscale: #C6C6C6. Windows color (decimal): -9896539 or 10878312. OLE color: 10878312.

HSL color Cylindrical-coordinate representation of color #68FDA5: hue angle of 144.56º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FDA5 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB104253165-
CMYK0.5900.350.01
HSL144.56º97.39%70%-
HSV(B)144.56º58.89%99.22%-
XYZ47.6375.9147.74-
YUV198.42109.1460.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.92%
GREEN value IS 253 (99.22% from 255) = 48.47%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=19.92%
G=48.47%
B=31.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042531650.5900.350.01144.5697.3970
Hex68FDA53B0231916146
Octal150375245730431221141106
Binary11010001111110110100101111011010001111001000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,253,165); }

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

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

 a { background-color: rgb(104,253,165); }

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

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

 span { border-color: rgb(104,253,165); }

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