Html Css Color HEX #88FEDA Aquamarine

📋 copy color: '#88FEDA'

red 136 ◦ green 254 ◦ blue 218

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

Shades of Aquamarine #88FEDA

Tints of Aquamarine #88FEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.86%

R = 22.37%
G = 41.78%
B = 35.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#88FEDA (or 0x88FEDA) is known color: Aquamarine. HEX triplet: 88, FE and DA. RGB value is (136,254,218). Sum of RGB (Red+Green+Blue) = 136+254+218=608 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.37% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #88FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FEDA is #770125. Grayscale: #D6D6D6. Windows color (decimal): -7799078 or 14352008. OLE color: 14352008.

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

Color convert

RGB 136 254 218 -
CMYK 0.46 0 0.14 0.00
HSL 161.69º 0.98% 0.76% -
HSV(B) 161.69º 0.46% 1% -
XYZ 58.25 81.18 78.93 -
YUV 214.61 129.91 71.93 -
System Red Green Blue C M Y K H S L
Decimal 136 254 218 0.46 0 0.14 0.00 161.69 0.98 0.76
Hex 88 FE DA 2E 0 E 0 A2 62 4C
Octal 210 376 332 56 0 16 0 242 142 114
Binary 10001000 11111110 11011010 101110 0 1110 0 10100010 1100010 1001100

Color Harmonies of #88FEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FEDA

Black with #88FEDA

Text Example


Text Example

White with #88FEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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