#68F7B3

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

Shades of Aquamarine #68F7B3

Tints of Aquamarine #68F7B3

Color information

#68F7B3 (or 0x68F7B3) is unknown color: approx Aquamarine. HEX triplet: 68, F7 and B3. RGB value is (104,247,179). Sum of RGB (Red+Green+Blue) = 104+247+179=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #68F7B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F7B3 is #97084C. Grayscale: #C4C4C4. Windows color (decimal): -9898061 or 11794280. OLE color: 11794280.

HSL color Cylindrical-coordinate representation of color #68F7B3: hue angle of 151.47º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F7B3 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB104247179-
CMYK0.5800.280.03
HSL151.47º89.94%68.82%-
HSV(B)151.47º57.89%96.86%-
XYZ47.1172.7254.2-
YUV196.49118.1262.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.62%
GREEN value IS 247 (96.88% from 255) = 46.60%
BLUE value IS 179 (70.31% from 255) = 33.77%
R=19.62%
G=46.60%
B=33.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1042471790.5800.280.03151.4789.9468.82
Hex68F7B33A01C3975a45
Octal150367263720343227132105
Binary11010001111011110110011111010011100111001011110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,247,179); }

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

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

 a { background-color: rgb(104,247,179); }

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

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

 span { border-color: rgb(104,247,179); }

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