#68F2BC

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

Shades of Aquamarine #68F2BC

Tints of Aquamarine #68F2BC

Color information

#68F2BC (or 0x68F2BC) is unknown color: approx Aquamarine. HEX triplet: 68, F2 and BC. RGB value is (104,242,188). Sum of RGB (Red+Green+Blue) = 104+242+188=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F2BC is #970D43. Grayscale: #C2C2C2. Windows color (decimal): -9899332 or 12382824. OLE color: 12382824.

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

Color convert

RGB104242188-
CMYK0.5700.220.05
HSL156.52º84.15%67.84%-
HSV(B)156.52º57.02%94.9%-
XYZ46.5470.0858.65-
YUV194.58124.2863.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.48%
GREEN value IS 242 (94.92% from 255) = 45.32%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=19.48%
G=45.32%
B=35.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042421880.5700.220.05156.5284.1567.84
Hex68F2BC3901659d5444
Octal150362274710265235124104
Binary110100011110010101111001110010101101011001110110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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