#88F9B9

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

Shades of Aquamarine #88F9B9

Tints of Aquamarine #88F9B9

Color information

#88F9B9 (or 0x88F9B9) is unknown color: approx Aquamarine. HEX triplet: 88, F9 and B9. RGB value is (136,249,185). Sum of RGB (Red+Green+Blue) = 136+249+185=570 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.86% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #88F9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F9B9 is #770646. Grayscale: #D0D0D0. Windows color (decimal): -7800391 or 12188040. OLE color: 12188040.

HSL color Cylindrical-coordinate representation of color #88F9B9: hue angle of 146.02º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F9B9 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB136249185-
CMYK0.4500.260.02
HSL146.02º90.4%75.49%-
HSV(B)146.02º45.38%97.65%-
XYZ52.7976.4957.88-
YUV207.92115.0676.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.86%
GREEN value IS 249 (97.66% from 255) = 43.68%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=23.86%
G=43.68%
B=32.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362491850.4500.260.02146.0290.475.49
Hex88F9B92D01A2925a4b
Octal210371271550322222132113
Binary100010001111100110111001101101011010101001001010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,249,185); }

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

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

 a { background-color: rgb(136,249,185); }

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

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

 span { border-color: rgb(136,249,185); }

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