Html Css Color HEX #88FFD8 Aquamarine

📋 copy color: '#88FFD8'

red 136 ◦ green 255 ◦ blue 216

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

Shades of Aquamarine #88FFD8

Tints of Aquamarine #88FFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.58%

R = 22.41%
G = 42.01%
B = 35.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#88FFD8 (or 0x88FFD8) is known color: Aquamarine. HEX triplet: 88, FF and D8. RGB value is (136,255,216). Sum of RGB (Red+Green+Blue) = 136+255+216=607 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.41% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFD8 is #770027. Grayscale: #D7D7D7. Windows color (decimal): -7798824 or 14221192. OLE color: 14221192.

HSL color Cylindrical-coordinate representation of color #88FFD8: hue angle of 160.34º 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 #88FFD8 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 136 255 216 -
CMYK 0.47 0 0.15 0
HSL 160.34º 1% 0.77% -
HSV(B) 160.34º 0.47% 1% -
XYZ 58.31 81.71 77.66 -
YUV 214.97 128.58 71.67 -
System Red Green Blue C M Y K H S L
Decimal 136 255 216 0.47 0 0.15 0 160.34 1 0.77
Hex 88 FF D8 2F 0 F 0 A0 64 4D
Octal 210 377 330 57 0 17 0 240 144 115
Binary 10001000 11111111 11011000 101111 0 1111 0 10100000 1100100 1001101

Color Harmonies of #88FFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FFD8

Black with #88FFD8

Text Example


Text Example

White with #88FFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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