Html Css Color HEX #88ECD8 Aquamarine

📋 copy color: '#88ECD8'

red 136 ◦ green 236 ◦ blue 216

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

Shades of Aquamarine #88ECD8

Tints of Aquamarine #88ECD8

RGB

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

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

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

R = 23.13%
G = 40.14%
B = 36.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#88ECD8 (or 0x88ECD8) is known color: Aquamarine. HEX triplet: 88, EC and D8. RGB value is (136,236,216). Sum of RGB (Red+Green+Blue) = 136+236+216=588 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.13% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #88ECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88ECD8 is #771327. Grayscale: #CBCBCB. Windows color (decimal): -7803688 or 14216328. OLE color: 14216328.

HSL color Cylindrical-coordinate representation of color #88ECD8: hue angle of 168º 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 #88ECD8 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 236 216 -
CMYK 0.42 0 0.08 0.07
HSL 168º 0.72% 0.73% -
HSV(B) 168º 0.42% 0.93% -
XYZ 52.54 70.18 75.74 -
YUV 203.82 134.87 79.63 -
System Red Green Blue C M Y K H S L
Decimal 136 236 216 0.42 0 0.08 0.07 168 0.72 0.73
Hex 88 EC D8 2A 0 8 7 A8 48 49
Octal 210 354 330 52 0 10 7 250 110 111
Binary 10001000 11101100 11011000 101010 0 1000 111 10101000 1001000 1001001

Color Harmonies of #88ECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ECD8

Black with #88ECD8

Text Example


Text Example

White with #88ECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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