Html Css Color HEX #88FADD Aquamarine

📋 copy color: '#88FADD'

red 136 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #88FADD

Tints of Aquamarine #88FADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.19%

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 22.41%
G = 41.19%
B = 36.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#88FADD (or 0x88FADD) is known color: Aquamarine. HEX triplet: 88, FA and DD. RGB value is (136,250,221). Sum of RGB (Red+Green+Blue) = 136+250+221=607 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.41% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #88FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FADD is #770522. Grayscale: #D4D4D4. Windows color (decimal): -7800099 or 14547592. OLE color: 14547592.

HSL color Cylindrical-coordinate representation of color #88FADD: hue angle of 164.74º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FADD is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 250 221 -
CMYK 0.46 0 0.12 0.02
HSL 164.74º 0.92% 0.76% -
HSV(B) 164.74º 0.46% 0.98% -
XYZ 57.39 78.83 80.6 -
YUV 212.61 132.73 73.36 -
System Red Green Blue C M Y K H S L
Decimal 136 250 221 0.46 0 0.12 0.02 164.74 0.92 0.76
Hex 88 FA DD 2E 0 C 2 A5 5C 4C
Octal 210 372 335 56 0 14 2 245 134 114
Binary 10001000 11111010 11011101 101110 0 1100 10 10100101 1011100 1001100

Color Harmonies of #88FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FADD

Black with #88FADD

Text Example


Text Example

White with #88FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,250,221); }

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

background-color css

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

 a { background-color: rgb(136,250,221); }

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

border-color css

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

 span { border-color: rgb(136,250,221); }

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