#68CFAB

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

Shades of Medium Aquamarine #68CFAB

Tints of Medium Aquamarine #68CFAB

Color information

#68CFAB (or 0x68CFAB) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CF and AB. RGB value is (104,207,171). Sum of RGB (Red+Green+Blue) = 104+207+171=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CFAB is #973054. Grayscale: #ACACAC. Windows color (decimal): -9908309 or 11259752. OLE color: 11259752.

HSL color Cylindrical-coordinate representation of color #68CFAB: hue angle of 159.03º 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 #68CFAB is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB104207171-
CMYK0.5000.170.19
HSL159.03º51.76%60.98%-
HSV(B)159.03º49.76%81.18%-
XYZ35.3750.5146.41-
YUV172.1127.3879.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.58%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=21.58%
G=42.95%
B=35.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1042071710.5000.170.19159.0351.7660.98
Hex68CFAB32011139f343d
Octal15031725362021232376475
Binary110100011001111101010111100100100011001110011111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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