#68FFB2

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

Shades of Aquamarine #68FFB2

Tints of Aquamarine #68FFB2

Color information

#68FFB2 (or 0x68FFB2) is unknown color: approx Aquamarine. HEX triplet: 68, FF and B2. RGB value is (104,255,178). Sum of RGB (Red+Green+Blue) = 104+255+178=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FFB2 is #97004D. Grayscale: #C9C9C9. Windows color (decimal): -9896014 or 11730792. OLE color: 11730792.

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

Color convert

RGB104255178-
CMYK0.5900.300
HSL149.4º100%70.39%-
HSV(B)149.4º59.22%100%-
XYZ49.577.6854.5-
YUV201.07114.9758.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.37%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 178 (69.92% from 255) = 33.15%
R=19.37%
G=47.49%
B=33.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1042551780.5900.300149.410070.39
Hex68FFB23B01E0956446
Octal150377262730360225144106
Binary1101000111111111011001011101101111001001010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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