Html Css Color HEX #88FDDC Aquamarine

📋 copy color: '#88FDDC'

red 136 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #88FDDC

Tints of Aquamarine #88FDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 22.33%
G = 41.54%
B = 36.12%

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

#88FDDC (or 0x88FDDC) is known color: Aquamarine. HEX triplet: 88, FD and DC. RGB value is (136,253,220). Sum of RGB (Red+Green+Blue) = 136+253+220=609 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.33% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #88FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FDDC is #770223. Grayscale: #D6D6D6. Windows color (decimal): -7799332 or 14482824. OLE color: 14482824.

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

Color convert

RGB 136 253 220 -
CMYK 0.46 0 0.13 0.01
HSL 163.08º 0.97% 0.76% -
HSV(B) 163.08º 0.46% 0.99% -
XYZ 58.2 80.65 80.21 -
YUV 214.26 131.24 72.18 -
System Red Green Blue C M Y K H S L
Decimal 136 253 220 0.46 0 0.13 0.01 163.08 0.97 0.76
Hex 88 FD DC 2E 0 D 1 A3 61 4C
Octal 210 375 334 56 0 15 1 243 141 114
Binary 10001000 11111101 11011100 101110 0 1101 1 10100011 1100001 1001100

Color Harmonies of #88FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FDDC

Black with #88FDDC

Text Example


Text Example

White with #88FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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