#68FBAF

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

Shades of Aquamarine #68FBAF

Tints of Aquamarine #68FBAF

Color information

#68FBAF (or 0x68FBAF) is unknown color: approx Aquamarine. HEX triplet: 68, FB and AF. RGB value is (104,251,175). Sum of RGB (Red+Green+Blue) = 104+251+175=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FBAF is #970450. Grayscale: #C6C6C6. Windows color (decimal): -9897041 or 11533160. OLE color: 11533160.

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

Color convert

RGB104251175-
CMYK0.5900.300.02
HSL148.98º94.84%69.61%-
HSV(B)148.98º58.57%98.43%-
XYZ47.9475.0352.51-
YUV198.38114.860.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.62%
GREEN value IS 251 (98.44% from 255) = 47.36%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=19.62%
G=47.36%
B=33.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042511750.5900.300.02148.9894.8469.61
Hex68FBAF3B01E2955f46
Octal150373257730362225137106
Binary11010001111101110101111111011011110101001010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,251,175); }

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

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

 a { background-color: rgb(104,251,175); }

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

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

 span { border-color: rgb(104,251,175); }

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