#68C2B1

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

Shades of Medium Aquamarine #68C2B1

Tints of Medium Aquamarine #68C2B1

Color information

#68C2B1 (or 0x68C2B1) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C2 and B1. RGB value is (104,194,177). Sum of RGB (Red+Green+Blue) = 104+194+177=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #68C2B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C2B1 is #973D4E. Grayscale: #A5A5A5. Windows color (decimal): -9911631 or 11649640. OLE color: 11649640.

HSL color Cylindrical-coordinate representation of color #68C2B1: hue angle of 168.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C2B1 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB104194177-
CMYK0.4600.090.24
HSL168.67º42.45%58.43%-
HSV(B)168.67º46.39%76.08%-
XYZ32.9444.748.49-
YUV165.15134.6884.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.89%
GREEN value IS 194 (76.17% from 255) = 40.84%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=21.89%
G=40.84%
B=37.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041941770.4600.090.24168.6742.4558.43
Hex68C2B12E0918a92a3a
Octal15030226156011302515272
Binary11010001100001010110001101110010011100010101001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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