#68C79F

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

Shades of Medium Aquamarine #68C79F

Tints of Medium Aquamarine #68C79F

Color information

#68C79F (or 0x68C79F) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C7 and 9F. RGB value is (104,199,159). Sum of RGB (Red+Green+Blue) = 104+199+159=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #68C79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C79F is #973860. Grayscale: #A6A6A6. Windows color (decimal): -9910369 or 10471272. OLE color: 10471272.

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

Color convert

RGB104199159-
CMYK0.4800.200.22
HSL154.74º45.89%59.41%-
HSV(B)154.74º47.74%78.04%-
XYZ32.3946.2940.03-
YUV166.04124.0383.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.51%
GREEN value IS 199 (78.12% from 255) = 43.07%
BLUE value IS 159 (62.5% from 255) = 34.42%
R=22.51%
G=43.07%
B=34.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041991590.4800.200.22154.7445.8959.41
Hex68C79F30014169b2e3b
Octal15030723760024262335673
Binary110100011000111100111111100000101001011010011011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,199,159); }

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

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

 a { background-color: rgb(104,199,159); }

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

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

 span { border-color: rgb(104,199,159); }

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