#68C8B2

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

Shades of Medium Aquamarine #68C8B2

Tints of Medium Aquamarine #68C8B2

Color information

#68C8B2 (or 0x68C8B2) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C8 and B2. RGB value is (104,200,178). Sum of RGB (Red+Green+Blue) = 104+200+178=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C8B2 is #97374D. Grayscale: #A8A8A8. Windows color (decimal): -9910094 or 11716712. OLE color: 11716712.

HSL color Cylindrical-coordinate representation of color #68C8B2: hue angle of 166.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C8B2 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB104200178-
CMYK0.4800.110.22
HSL166.25º46.6%59.61%-
HSV(B)166.25º48%78.43%-
XYZ34.447.4749.47-
YUV168.79133.281.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.58%
GREEN value IS 200 (78.52% from 255) = 41.49%
BLUE value IS 178 (69.92% from 255) = 36.93%
R=21.58%
G=41.49%
B=36.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1042001780.4800.110.22166.2546.659.61
Hex68C8B2300B16a62f3c
Octal15031026260013262465774
Binary11010001100100010110010110000010111011010100110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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