#88F6BA

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

Shades of Aquamarine #88F6BA

Tints of Aquamarine #88F6BA

Color information

#88F6BA (or 0x88F6BA) is unknown color: approx Aquamarine. HEX triplet: 88, F6 and BA. RGB value is (136,246,186). Sum of RGB (Red+Green+Blue) = 136+246+186=568 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.94% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #88F6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F6BA is #770945. Grayscale: #CECECE. Windows color (decimal): -7801158 or 12252808. OLE color: 12252808.

HSL color Cylindrical-coordinate representation of color #88F6BA: hue angle of 147.27º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F6BA is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB136246186-
CMYK0.4500.240.04
HSL147.27º85.94%74.9%-
HSV(B)147.27º44.72%96.47%-
XYZ51.9774.6958.13-
YUV206.27116.5677.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.94%
GREEN value IS 246 (96.48% from 255) = 43.31%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=23.94%
G=43.31%
B=32.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1362461860.4500.240.04147.2785.9474.9
Hex88F6BA2D018493564b
Octal210366272550304223126113
Binary1000100011110110101110101011010110001001001001110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88F6BA; }

 p { color: rgb(136,246,186); }

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

<style>
 a { background-color: #88F6BA; }

 a { background-color: rgb(136,246,186); }

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

<style>
 span { border-color: #88F6BA; }

 span { border-color: rgb(136,246,186); }

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