Html Css Color HEX #88FEDB Aquamarine

📋 copy color: '#88FEDB'

red 136 ◦ green 254 ◦ blue 219

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

Shades of Aquamarine #88FEDB

Tints of Aquamarine #88FEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.96%

R = 22.33%
G = 41.71%
B = 35.96%

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

#88FEDB (or 0x88FEDB) is known color: Aquamarine. HEX triplet: 88, FE and DB. RGB value is (136,254,219). Sum of RGB (Red+Green+Blue) = 136+254+219=609 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.33% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #88FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FEDB is #770124. Grayscale: #D6D6D6. Windows color (decimal): -7799077 or 14417544. OLE color: 14417544.

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

Color convert

RGB 136 254 219 -
CMYK 0.46 0 0.14 0.00
HSL 162.2º 0.98% 0.76% -
HSV(B) 162.2º 0.46% 1% -
XYZ 58.38 81.23 79.62 -
YUV 214.73 130.41 71.85 -
System Red Green Blue C M Y K H S L
Decimal 136 254 219 0.46 0 0.14 0.00 162.2 0.98 0.76
Hex 88 FE DB 2E 0 E 0 A2 62 4C
Octal 210 376 333 56 0 16 0 242 142 114
Binary 10001000 11111110 11011011 101110 0 1110 0 10100010 1100010 1001100

Color Harmonies of #88FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FEDB

Black with #88FEDB

Text Example


Text Example

White with #88FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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