#88FACA

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

Shades of Aquamarine #88FACA

Tints of Aquamarine #88FACA

Color information

#88FACA (or 0x88FACA) is unknown color: approx Aquamarine. HEX triplet: 88, FA and CA. RGB value is (136,250,202). Sum of RGB (Red+Green+Blue) = 136+250+202=588 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.13% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #88FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FACA is #770535. Grayscale: #D2D2D2. Windows color (decimal): -7800118 or 13302408. OLE color: 13302408.

HSL color Cylindrical-coordinate representation of color #88FACA: hue angle of 154.74º 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 #88FACA is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB136250202-
CMYK0.4600.190.02
HSL154.74º91.94%75.69%-
HSV(B)154.74º45.6%98.04%-
XYZ5577.8768.01-
YUV210.44123.2374.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.13%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=23.13%
G=42.52%
B=34.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362502020.4600.190.02154.7491.9475.69
Hex88FACA2E01329b5c4c
Octal210372312560232233134114
Binary100010001111101011001010101110010011101001101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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