Html Css Color HEX #88FEDC Aquamarine

📋 copy color: '#88FEDC'

red 136 ◦ green 254 ◦ blue 220

#88FEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #88FEDC

Tints of Aquamarine #88FEDC

RGB

 RED value IS 136 (53.52% from 255) = 22.3%

 GREEN value IS 254 (99.61% from 255) = 41.64%

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 22.3%
G = 41.64%
B = 36.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#88FEDC (or 0x88FEDC) is known color: Aquamarine. HEX triplet: 88, FE and DC. RGB value is (136,254,220). Sum of RGB (Red+Green+Blue) = 136+254+220=610 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.30% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #88FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FEDC is #770123. Grayscale: #D6D6D6. Windows color (decimal): -7799076 or 14483080. OLE color: 14483080.

HSL color Cylindrical-coordinate representation of color #88FEDC: hue angle of 162.71º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FEDC is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 254 220 -
CMYK 0.46 0 0.13 0.00
HSL 162.71º 0.98% 0.76% -
HSV(B) 162.71º 0.46% 1% -
XYZ 58.51 81.29 80.32 -
YUV 214.84 130.91 71.76 -
System Red Green Blue C M Y K H S L
Decimal 136 254 220 0.46 0 0.13 0.00 162.71 0.98 0.76
Hex 88 FE DC 2E 0 D 0 A3 62 4C
Octal 210 376 334 56 0 15 0 243 142 114
Binary 10001000 11111110 11011100 101110 0 1101 0 10100011 1100010 1001100

Color Harmonies of #88FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FEDC

Black with #88FEDC

Text Example


Text Example

White with #88FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,254,220); }

 H1.HeaderClassName
 {
   color: #88FEDC;
 }
 .AnyTagClassName
 {
   color: #88FEDC;
 }
</style>

background-color css

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

 a { background-color: rgb(136,254,220); }

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

border-color css

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

 span { border-color: rgb(136,254,220); }

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