#68C8B0

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

Shades of Medium Aquamarine #68C8B0

Tints of Medium Aquamarine #68C8B0

Color information

#68C8B0 (or 0x68C8B0) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C8 and B0. RGB value is (104,200,176). Sum of RGB (Red+Green+Blue) = 104+200+176=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C8B0 is #97374F. Grayscale: #A8A8A8. Windows color (decimal): -9910096 or 11585640. OLE color: 11585640.

HSL color Cylindrical-coordinate representation of color #68C8B0: hue angle of 165º 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 #68C8B0 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB104200176-
CMYK0.4800.120.22
HSL165º46.6%59.61%-
HSV(B)165º48%78.43%-
XYZ34.247.3948.42-
YUV168.56132.281.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.67%
GREEN value IS 200 (78.52% from 255) = 41.67%
BLUE value IS 176 (69.14% from 255) = 36.67%
R=21.67%
G=41.67%
B=36.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1042001760.4800.120.2216546.659.61
Hex68C8B0300C16a52f3c
Octal15031026060014262455774
Binary11010001100100010110000110000011001011010100101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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