Html Css Color HEX #88FFDB Aquamarine

📋 copy color: '#88FFDB'

red 136 ◦ green 255 ◦ blue 219

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

Shades of Aquamarine #88FFDB

Tints of Aquamarine #88FFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 41.8%

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

R = 22.3%
G = 41.8%
B = 35.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#88FFDB (or 0x88FFDB) is known color: Aquamarine. HEX triplet: 88, FF and DB. RGB value is (136,255,219). Sum of RGB (Red+Green+Blue) = 136+255+219=610 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.30% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFDB is #770024. Grayscale: #D7D7D7. Windows color (decimal): -7798821 or 14417800. OLE color: 14417800.

HSL color Cylindrical-coordinate representation of color #88FFDB: hue angle of 161.85º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88FFDB is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 136 255 219 -
CMYK 0.47 0 0.14 0
HSL 161.85º 1% 0.77% -
HSV(B) 161.85º 0.47% 1% -
XYZ 58.7 81.87 79.73 -
YUV 215.32 130.08 71.43 -
System Red Green Blue C M Y K H S L
Decimal 136 255 219 0.47 0 0.14 0 161.85 1 0.77
Hex 88 FF DB 2F 0 E 0 A2 64 4D
Octal 210 377 333 57 0 16 0 242 144 115
Binary 10001000 11111111 11011011 101111 0 1110 0 10100010 1100100 1001101

Color Harmonies of #88FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FFDB

Black with #88FFDB

Text Example


Text Example

White with #88FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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