#88FDCF

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

Shades of Aquamarine #88FDCF

Tints of Aquamarine #88FDCF

Color information

#88FDCF (or 0x88FDCF) is unknown color: approx Aquamarine. HEX triplet: 88, FD and CF. RGB value is (136,253,207). Sum of RGB (Red+Green+Blue) = 136+253+207=596 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.82% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #88FDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FDCF is #770230. Grayscale: #D4D4D4. Windows color (decimal): -7799345 or 13630856. OLE color: 13630856.

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

Color convert

RGB136253207-
CMYK0.4600.180.01
HSL156.41º96.69%76.27%-
HSV(B)156.41º46.25%99.22%-
XYZ56.5479.9971.49-
YUV212.77124.7473.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.82%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=22.82%
G=42.45%
B=34.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362532070.4600.180.01156.4196.6976.27
Hex88FDCF2E01219c614c
Octal210375317560221234141114
Binary10001000111111011100111110111001001011001110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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