Html Css Color HEX #88FDDB Aquamarine

📋 copy color: '#88FDDB'

red 136 ◦ green 253 ◦ blue 219

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

Shades of Aquamarine #88FDDB

Tints of Aquamarine #88FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.61%

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

R = 22.37%
G = 41.61%
B = 36.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#88FDDB (or 0x88FDDB) is known color: Aquamarine. HEX triplet: 88, FD and DB. RGB value is (136,253,219). Sum of RGB (Red+Green+Blue) = 136+253+219=608 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.37% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #88FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FDDB is #770224. Grayscale: #D6D6D6. Windows color (decimal): -7799333 or 14417288. OLE color: 14417288.

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

Color convert

RGB 136 253 219 -
CMYK 0.46 0 0.13 0.01
HSL 162.56º 0.97% 0.76% -
HSV(B) 162.56º 0.46% 0.99% -
XYZ 58.06 80.6 79.51 -
YUV 214.14 130.74 72.26 -
System Red Green Blue C M Y K H S L
Decimal 136 253 219 0.46 0 0.13 0.01 162.56 0.97 0.76
Hex 88 FD DB 2E 0 D 1 A3 61 4C
Octal 210 375 333 56 0 15 1 243 141 114
Binary 10001000 11111101 11011011 101110 0 1101 1 10100011 1100001 1001100

Color Harmonies of #88FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FDDB

Black with #88FDDB

Text Example


Text Example

White with #88FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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