#88F8B7

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

Shades of Aquamarine #88F8B7

Tints of Aquamarine #88F8B7

Color information

#88F8B7 (or 0x88F8B7) is unknown color: approx Aquamarine. HEX triplet: 88, F8 and B7. RGB value is (136,248,183). Sum of RGB (Red+Green+Blue) = 136+248+183=567 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.99% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #88F8B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F8B7 is #770748. Grayscale: #CFCFCF. Windows color (decimal): -7800649 or 12056712. OLE color: 12056712.

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

Color convert

RGB136248183-
CMYK0.4500.260.03
HSL145.18º88.89%75.29%-
HSV(B)145.18º45.16%97.25%-
XYZ52.2775.7956.67-
YUV207.1114.3977.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.99%
GREEN value IS 248 (97.27% from 255) = 43.74%
BLUE value IS 183 (71.88% from 255) = 32.28%
R=23.99%
G=43.74%
B=32.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1362481830.4500.260.03145.1888.8975.29
Hex88F8B72D01A391594b
Octal210370267550323221131113
Binary100010001111100010110111101101011010111001000110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,248,183); }

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

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

 a { background-color: rgb(136,248,183); }

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

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

 span { border-color: rgb(136,248,183); }

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