#68F1A8

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

Shades of Medium Aquamarine #68F1A8

Tints of Medium Aquamarine #68F1A8

Color information

#68F1A8 (or 0x68F1A8) is unknown color: approx Medium Aquamarine. HEX triplet: 68, F1 and A8. RGB value is (104,241,168). Sum of RGB (Red+Green+Blue) = 104+241+168=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F1A8 is #970E57. Grayscale: #BFBFBF. Windows color (decimal): -9899608 or 11071848. OLE color: 11071848.

HSL color Cylindrical-coordinate representation of color #68F1A8: hue angle of 148.03º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F1A8 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB104241168-
CMYK0.5700.300.05
HSL148.03º83.03%67.65%-
HSV(B)148.03º56.85%94.51%-
XYZ44.2368.6847.97-
YUV191.71114.6165.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.27%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=20.27%
G=46.98%
B=32.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042411680.5700.300.05148.0383.0367.65
Hex68F1A83901E5945344
Octal150361250710365224123104
Binary110100011110001101010001110010111101011001010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,241,168); }

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

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

 a { background-color: rgb(104,241,168); }

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

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

 span { border-color: rgb(104,241,168); }

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