#68CFA6

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

Shades of Medium Aquamarine #68CFA6

Tints of Medium Aquamarine #68CFA6

Color information

#68CFA6 (or 0x68CFA6) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CF and A6. RGB value is (104,207,166). Sum of RGB (Red+Green+Blue) = 104+207+166=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CFA6 is #973059. Grayscale: #ABABAB. Windows color (decimal): -9908314 or 10932072. OLE color: 10932072.

HSL color Cylindrical-coordinate representation of color #68CFA6: hue angle of 156.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CFA6 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB104207166-
CMYK0.5000.200.19
HSL156.12º51.76%60.98%-
HSV(B)156.12º49.76%81.18%-
XYZ34.950.3243.95-
YUV171.53124.8879.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.80%
GREEN value IS 207 (81.25% from 255) = 43.40%
BLUE value IS 166 (65.23% from 255) = 34.80%
R=21.80%
G=43.40%
B=34.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1042071660.5000.200.19156.1251.7660.98
Hex68CFA632014139c343d
Octal15031724662024232346475
Binary110100011001111101001101100100101001001110011100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,207,166); }

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

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

 a { background-color: rgb(104,207,166); }

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

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

 span { border-color: rgb(104,207,166); }

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