#68D5B2

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

Shades of Medium Aquamarine #68D5B2

Tints of Medium Aquamarine #68D5B2

Color information

#68D5B2 (or 0x68D5B2) is unknown color: approx Medium Aquamarine. HEX triplet: 68, D5 and B2. RGB value is (104,213,178). Sum of RGB (Red+Green+Blue) = 104+213+178=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D5B2 is #972A4D. Grayscale: #B0B0B0. Windows color (decimal): -9906766 or 11720040. OLE color: 11720040.

HSL color Cylindrical-coordinate representation of color #68D5B2: hue angle of 160.73º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D5B2 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB104213178-
CMYK0.5100.160.16
HSL160.73º56.48%62.16%-
HSV(B)160.73º51.17%83.53%-
XYZ37.5453.7550.51-
YUV176.42128.8976.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.01%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 178 (69.92% from 255) = 35.96%
R=21.01%
G=43.03%
B=35.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042131780.5100.160.16160.7356.4862.16
Hex68D5B23301010a1383e
Octal15032526263020202417076
Binary110100011010101101100101100110100001000010100001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,213,178); }

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

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

 a { background-color: rgb(104,213,178); }

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

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

 span { border-color: rgb(104,213,178); }

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