#68FCB1

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

Shades of Aquamarine #68FCB1

Tints of Aquamarine #68FCB1

Color information

#68FCB1 (or 0x68FCB1) is unknown color: approx Aquamarine. HEX triplet: 68, FC and B1. RGB value is (104,252,177). Sum of RGB (Red+Green+Blue) = 104+252+177=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FCB1 is #97034E. Grayscale: #C7C7C7. Windows color (decimal): -9896783 or 11664488. OLE color: 11664488.

HSL color Cylindrical-coordinate representation of color #68FCB1: hue angle of 149.59º 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 #68FCB1 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB104252177-
CMYK0.5900.300.01
HSL149.59º96.1%69.8%-
HSV(B)149.59º58.73%98.82%-
XYZ48.4675.7453.66-
YUV199.2115.4760.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.51%
GREEN value IS 252 (98.83% from 255) = 47.28%
BLUE value IS 177 (69.53% from 255) = 33.21%
R=19.51%
G=47.28%
B=33.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042521770.5900.300.01149.5996.169.8
Hex68FCB13B01E1966046
Octal150374261730361226140106
Binary1101000111111001011000111101101111011001011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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