#68FCB2

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

Shades of Aquamarine #68FCB2

Tints of Aquamarine #68FCB2

Color information

#68FCB2 (or 0x68FCB2) is unknown color: approx Aquamarine. HEX triplet: 68, FC and B2. RGB value is (104,252,178). Sum of RGB (Red+Green+Blue) = 104+252+178=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FCB2 is #97034D. Grayscale: #C7C7C7. Windows color (decimal): -9896782 or 11730024. OLE color: 11730024.

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

Color convert

RGB104252178-
CMYK0.5900.290.01
HSL150º96.1%69.8%-
HSV(B)150º58.73%98.82%-
XYZ48.5675.7854.19-
YUV199.31115.9760.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.48%
GREEN value IS 252 (98.83% from 255) = 47.19%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=19.48%
G=47.19%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042521780.5900.290.0115096.169.8
Hex68FCB23B01D1966046
Octal150374262730351226140106
Binary1101000111111001011001011101101110111001011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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