#88FAC8

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

Shades of Aquamarine #88FAC8

Tints of Aquamarine #88FAC8

Color information

#88FAC8 (or 0x88FAC8) is unknown color: approx Aquamarine. HEX triplet: 88, FA and C8. RGB value is (136,250,200). Sum of RGB (Red+Green+Blue) = 136+250+200=586 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.21% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FAC8 is #770537. Grayscale: #D2D2D2. Windows color (decimal): -7800120 or 13171336. OLE color: 13171336.

HSL color Cylindrical-coordinate representation of color #88FAC8: hue angle of 153.68º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FAC8 is Cyan = 0.46, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB136250200-
CMYK0.4600.20.02
HSL153.68º91.94%75.69%-
HSV(B)153.68º45.6%98.04%-
XYZ54.7677.7866.77-
YUV210.21122.2375.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.21%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 200 (78.52% from 255) = 34.13%
R=23.21%
G=42.66%
B=34.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362502000.4600.20.02153.6891.9475.69
Hex88FAC82E01429a5c4c
Octal210372310560242232134114
Binary100010001111101011001000101110010100101001101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,250,200); }

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

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

 a { background-color: rgb(136,250,200); }

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

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

 span { border-color: rgb(136,250,200); }

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