#88FDE6

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

Shades of Aquamarine #88FDE6

Tints of Aquamarine #88FDE6

Color information

#88FDE6 (or 0x88FDE6) is unknown color: approx Aquamarine. HEX triplet: 88, FD and E6. RGB value is (136,253,230). Sum of RGB (Red+Green+Blue) = 136+253+230=619 (81% of max value = 765). Red value is 136 (53.52% from 255 or 21.97% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #88FDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FDE6 is #770219. Grayscale: #D7D7D7. Windows color (decimal): -7799322 or 15138184. OLE color: 15138184.

HSL color Cylindrical-coordinate representation of color #88FDE6: hue angle of 168.21º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FDE6 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB136253230-
CMYK0.4600.090.01
HSL168.21º96.69%76.27%-
HSV(B)168.21º46.25%99.22%-
XYZ59.5681.287.4-
YUV215.4136.2471.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.97%
GREEN value IS 253 (99.22% from 255) = 40.87%
BLUE value IS 230 (90.23% from 255) = 37.16%
R=21.97%
G=40.87%
B=37.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362532300.4600.090.01168.2196.6976.27
Hex88FDE62E091a8614c
Octal210375346560111250141114
Binary1000100011111101111001101011100100111010100011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,253,230); }

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

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

 a { background-color: rgb(136,253,230); }

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

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

 span { border-color: rgb(136,253,230); }

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