Html Css Color HEX #88EED0 Aquamarine

📋 copy color: '#88EED0'

red 136 ◦ green 238 ◦ blue 208

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

Shades of Aquamarine #88EED0

Tints of Aquamarine #88EED0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.89%

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 23.37%
G = 40.89%
B = 35.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#88EED0 (or 0x88EED0) is known color: Aquamarine. HEX triplet: 88, EE and D0. RGB value is (136,238,208). Sum of RGB (Red+Green+Blue) = 136+238+208=582 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.37% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #88EED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EED0 is #77112F. Grayscale: #CCCCCC. Windows color (decimal): -7803184 or 13692552. OLE color: 13692552.

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

Color convert

RGB 136 238 208 -
CMYK 0.43 0 0.13 0.07
HSL 162.35º 0.75% 0.73% -
HSV(B) 162.35º 0.43% 0.93% -
XYZ 52.11 70.94 70.62 -
YUV 204.08 130.21 79.44 -
System Red Green Blue C M Y K H S L
Decimal 136 238 208 0.43 0 0.13 0.07 162.35 0.75 0.73
Hex 88 EE D0 2B 0 D 7 A2 4B 49
Octal 210 356 320 53 0 15 7 242 113 111
Binary 10001000 11101110 11010000 101011 0 1101 111 10100010 1001011 1001001

Color Harmonies of #88EED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88EED0

Black with #88EED0

Text Example


Text Example

White with #88EED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,238,208); }

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

background-color css

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

 a { background-color: rgb(136,238,208); }

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

border-color css

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

 span { border-color: rgb(136,238,208); }

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