#88FACD

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

Shades of Aquamarine #88FACD

Tints of Aquamarine #88FACD

Color information

#88FACD (or 0x88FACD) is unknown color: approx Aquamarine. HEX triplet: 88, FA and CD. RGB value is (136,250,205). Sum of RGB (Red+Green+Blue) = 136+250+205=591 (78% of max value = 765). Red value is 136 (53.52% from 255 or 23.01% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #88FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FACD is #770532. Grayscale: #D2D2D2. Windows color (decimal): -7800115 or 13499016. OLE color: 13499016.

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

Color convert

RGB136250205-
CMYK0.4600.180.02
HSL156.32º91.94%75.69%-
HSV(B)156.32º45.6%98.04%-
XYZ55.3678.0169.9-
YUV210.78124.7374.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.01%
GREEN value IS 250 (98.05% from 255) = 42.30%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=23.01%
G=42.30%
B=34.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362502050.4600.180.02156.3291.9475.69
Hex88FACD2E01229c5c4c
Octal210372315560222234134114
Binary100010001111101011001101101110010010101001110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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