#68F1B1

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

Shades of Medium Aquamarine #68F1B1

Tints of Medium Aquamarine #68F1B1

Color information

#68F1B1 (or 0x68F1B1) is unknown color: approx Medium Aquamarine. HEX triplet: 68, F1 and B1. RGB value is (104,241,177). Sum of RGB (Red+Green+Blue) = 104+241+177=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F1B1 is #970E4E. Grayscale: #C0C0C0. Windows color (decimal): -9899599 or 11661672. OLE color: 11661672.

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

Color convert

RGB104241177-
CMYK0.5700.270.05
HSL151.97º83.03%67.65%-
HSV(B)151.97º56.85%94.51%-
XYZ45.169.0352.54-
YUV192.74119.1164.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.92%
GREEN value IS 241 (94.53% from 255) = 46.17%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=19.92%
G=46.17%
B=33.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042411770.5700.270.05151.9783.0367.65
Hex68F1B13901B5985344
Octal150361261710335230123104
Binary110100011110001101100011110010110111011001100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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