#68FCBD

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

Shades of Aquamarine #68FCBD

Tints of Aquamarine #68FCBD

Color information

#68FCBD (or 0x68FCBD) is unknown color: approx Aquamarine. HEX triplet: 68, FC and BD. RGB value is (104,252,189). Sum of RGB (Red+Green+Blue) = 104+252+189=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCBD is #970342. Grayscale: #C8C8C8. Windows color (decimal): -9896771 or 12450920. OLE color: 12450920.

HSL color Cylindrical-coordinate representation of color #68FCBD: hue angle of 154.46º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FCBD is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB104252189-
CMYK0.5900.250.01
HSL154.46º96.1%69.8%-
HSV(B)154.46º58.73%98.82%-
XYZ49.776.2460.24-
YUV200.57121.4759.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.08%
GREEN value IS 252 (98.83% from 255) = 46.24%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=19.08%
G=46.24%
B=34.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042521890.5900.250.01154.4696.169.8
Hex68FCBD3B01919a6046
Octal150374275730311232140106
Binary1101000111111001011110111101101100111001101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,252,189); }

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

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

 a { background-color: rgb(104,252,189); }

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

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

 span { border-color: rgb(104,252,189); }

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