#68F9BC

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

Shades of Aquamarine #68F9BC

Tints of Aquamarine #68F9BC

Color information

#68F9BC (or 0x68F9BC) is unknown color: approx Aquamarine. HEX triplet: 68, F9 and BC. RGB value is (104,249,188). Sum of RGB (Red+Green+Blue) = 104+249+188=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F9BC is #970643. Grayscale: #C6C6C6. Windows color (decimal): -9897540 or 12384616. OLE color: 12384616.

HSL color Cylindrical-coordinate representation of color #68F9BC: hue angle of 154.76º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F9BC is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB104249188-
CMYK0.5800.240.02
HSL154.76º92.36%69.22%-
HSV(B)154.76º58.23%97.65%-
XYZ48.6674.3359.36-
YUV198.69121.9660.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.22%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=19.22%
G=46.03%
B=34.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042491880.5800.240.02154.7692.3669.22
Hex68F9BC3A01829b5c45
Octal150371274720302233134105
Binary11010001111100110111100111010011000101001101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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