Html Css Color HEX #88ECDC Aquamarine

📋 copy color: '#88ECDC'

red 136 ◦ green 236 ◦ blue 220

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

Shades of Aquamarine #88ECDC

Tints of Aquamarine #88ECDC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.86%

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

R = 22.97%
G = 39.86%
B = 37.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#88ECDC (or 0x88ECDC) is known color: Aquamarine. HEX triplet: 88, EC and DC. RGB value is (136,236,220). Sum of RGB (Red+Green+Blue) = 136+236+220=592 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.97% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #88ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88ECDC is #771323. Grayscale: #CCCCCC. Windows color (decimal): -7803684 or 14478472. OLE color: 14478472.

HSL color Cylindrical-coordinate representation of color #88ECDC: hue angle of 170.4º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88ECDC is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 236 220 -
CMYK 0.42 0 0.07 0.07
HSL 170.4º 0.72% 0.73% -
HSV(B) 170.4º 0.42% 0.93% -
XYZ 53.07 70.39 78.5 -
YUV 204.28 136.87 79.3 -
System Red Green Blue C M Y K H S L
Decimal 136 236 220 0.42 0 0.07 0.07 170.4 0.72 0.73
Hex 88 EC DC 2A 0 7 7 AA 48 49
Octal 210 354 334 52 0 7 7 252 110 111
Binary 10001000 11101100 11011100 101010 0 111 111 10101010 1001000 1001001

Color Harmonies of #88ECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ECDC

Black with #88ECDC

Text Example


Text Example

White with #88ECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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