#68F1B3

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

Shades of Medium Aquamarine #68F1B3

Tints of Medium Aquamarine #68F1B3

Color information

#68F1B3 (or 0x68F1B3) is unknown color: approx Medium Aquamarine. HEX triplet: 68, F1 and B3. RGB value is (104,241,179). Sum of RGB (Red+Green+Blue) = 104+241+179=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F1B3 is #970E4C. Grayscale: #C1C1C1. Windows color (decimal): -9899597 or 11792744. OLE color: 11792744.

HSL color Cylindrical-coordinate representation of color #68F1B3: hue angle of 152.85º 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 #68F1B3 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB104241179-
CMYK0.5700.260.05
HSL152.85º83.03%67.65%-
HSV(B)152.85º56.85%94.51%-
XYZ45.369.1153.6-
YUV192.97120.1164.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.85%
GREEN value IS 241 (94.53% from 255) = 45.99%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=19.85%
G=45.99%
B=34.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042411790.5700.260.05152.8583.0367.65
Hex68F1B33901A5995344
Octal150361263710325231123104
Binary110100011110001101100111110010110101011001100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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