#68F2C0

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

Shades of Aquamarine #68F2C0

Tints of Aquamarine #68F2C0

Color information

#68F2C0 (or 0x68F2C0) is unknown color: approx Aquamarine. HEX triplet: 68, F2 and C0. RGB value is (104,242,192). Sum of RGB (Red+Green+Blue) = 104+242+192=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F2C0 is #970D3F. Grayscale: #C3C3C3. Windows color (decimal): -9899328 or 12644968. OLE color: 12644968.

HSL color Cylindrical-coordinate representation of color #68F2C0: hue angle of 158.26º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2C0 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB104242192-
CMYK0.5700.210.05
HSL158.26º84.15%67.84%-
HSV(B)158.26º57.02%94.9%-
XYZ46.9870.2560.95-
YUV195.04126.2863.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.33%
GREEN value IS 242 (94.92% from 255) = 44.98%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=19.33%
G=44.98%
B=35.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042421920.5700.210.05158.2684.1567.84
Hex68F2C03901559e5444
Octal150362300710255236124104
Binary110100011110010110000001110010101011011001111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,242,192); }

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

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

 a { background-color: rgb(104,242,192); }

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

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

 span { border-color: rgb(104,242,192); }

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