#88F1BF

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

Shades of Aquamarine #88F1BF

Tints of Aquamarine #88F1BF

Color information

#88F1BF (or 0x88F1BF) is unknown color: approx Aquamarine. HEX triplet: 88, F1 and BF. RGB value is (136,241,191). Sum of RGB (Red+Green+Blue) = 136+241+191=568 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.94% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #88F1BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F1BF is #770E40. Grayscale: #CCCCCC. Windows color (decimal): -7802433 or 12579208. OLE color: 12579208.

HSL color Cylindrical-coordinate representation of color #88F1BF: hue angle of 151.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F1BF is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB136241191-
CMYK0.4400.210.05
HSL151.43º78.95%73.92%-
HSV(B)151.43º43.57%94.51%-
XYZ51.0171.9160.48-
YUV203.9120.7179.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.94%
GREEN value IS 241 (94.53% from 255) = 42.43%
BLUE value IS 191 (75% from 255) = 33.63%
R=23.94%
G=42.43%
B=33.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1362411910.4400.210.05151.4378.9573.92
Hex88F1BF2C0155974f4a
Octal210361277540255227117112
Binary1000100011110001101111111011000101011011001011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,241,191); }

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

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

 a { background-color: rgb(136,241,191); }

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

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

 span { border-color: rgb(136,241,191); }

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