#88F9D0

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

Shades of Aquamarine #88F9D0

Tints of Aquamarine #88F9D0

Color information

#88F9D0 (or 0x88F9D0) is unknown color: approx Aquamarine. HEX triplet: 88, F9 and D0. RGB value is (136,249,208). Sum of RGB (Red+Green+Blue) = 136+249+208=593 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.93% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #88F9D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F9D0 is #77062F. Grayscale: #D2D2D2. Windows color (decimal): -7800368 or 13695368. OLE color: 13695368.

HSL color Cylindrical-coordinate representation of color #88F9D0: hue angle of 158.23º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F9D0 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB136249208-
CMYK0.4500.160.02
HSL158.23º90.4%75.49%-
HSV(B)158.23º45.38%97.65%-
XYZ55.4177.5471.72-
YUV210.54126.5674.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.93%
GREEN value IS 249 (97.66% from 255) = 41.99%
BLUE value IS 208 (81.64% from 255) = 35.08%
R=22.93%
G=41.99%
B=35.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362492080.4500.160.02158.2390.475.49
Hex88F9D02D01029e5a4b
Octal210371320550202236132113
Binary100010001111100111010000101101010000101001111010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,249,208); }

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

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

 a { background-color: rgb(136,249,208); }

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

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

 span { border-color: rgb(136,249,208); }

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