#68F4B4

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

Shades of Medium Aquamarine #68F4B4

Tints of Medium Aquamarine #68F4B4

Color information

#68F4B4 (or 0x68F4B4) is unknown color: approx Medium Aquamarine. HEX triplet: 68, F4 and B4. RGB value is (104,244,180). Sum of RGB (Red+Green+Blue) = 104+244+180=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F4B4 is #970B4B. Grayscale: #C2C2C2. Windows color (decimal): -9898828 or 11859048. OLE color: 11859048.

HSL color Cylindrical-coordinate representation of color #68F4B4: hue angle of 152.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F4B4 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB104244180-
CMYK0.5700.260.04
HSL152.57º86.42%68.24%-
HSV(B)152.57º57.38%95.69%-
XYZ46.370.9454.43-
YUV194.84119.6263.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.70%
GREEN value IS 244 (95.70% from 255) = 46.21%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=19.70%
G=46.21%
B=34.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042441800.5700.260.04152.5786.4268.24
Hex68F4B43901A4995644
Octal150364264710324231126104
Binary110100011110100101101001110010110101001001100110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,244,180); }

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

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

 a { background-color: rgb(104,244,180); }

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

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

 span { border-color: rgb(104,244,180); }

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