#88FDCB

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

Shades of Aquamarine #88FDCB

Tints of Aquamarine #88FDCB

Color information

#88FDCB (or 0x88FDCB) is unknown color: approx Aquamarine. HEX triplet: 88, FD and CB. RGB value is (136,253,203). Sum of RGB (Red+Green+Blue) = 136+253+203=592 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.97% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #88FDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FDCB is #770234. Grayscale: #D4D4D4. Windows color (decimal): -7799349 or 13368712. OLE color: 13368712.

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

Color convert

RGB136253203-
CMYK0.4600.200.01
HSL154.36º96.69%76.27%-
HSV(B)154.36º46.25%99.22%-
XYZ56.0679.868.95-
YUV212.32122.7473.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.97%
GREEN value IS 253 (99.22% from 255) = 42.74%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=22.97%
G=42.74%
B=34.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362532030.4600.200.01154.3696.6976.27
Hex88FDCB2E01419a614c
Octal210375313560241232141114
Binary10001000111111011100101110111001010011001101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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