Html Css Color HEX #88F6D6 Aquamarine

📋 copy color: '#88F6D6'

red 136 ◦ green 246 ◦ blue 214

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

Shades of Aquamarine #88F6D6

Tints of Aquamarine #88F6D6

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.28%

 BLUE value IS 214 (83.98% from 255) = 35.91%

R = 22.82%
G = 41.28%
B = 35.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#88F6D6 (or 0x88F6D6) is known color: Aquamarine. HEX triplet: 88, F6 and D6. RGB value is (136,246,214). Sum of RGB (Red+Green+Blue) = 136+246+214=596 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.82% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #88F6D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F6D6 is #770929. Grayscale: #D1D1D1. Windows color (decimal): -7801130 or 14087816. OLE color: 14087816.

HSL color Cylindrical-coordinate representation of color #88F6D6: hue angle of 162.55º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F6D6 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 136 246 214 -
CMYK 0.45 0 0.13 0.04
HSL 162.55º 0.86% 0.75% -
HSV(B) 162.55º 0.45% 0.96% -
XYZ 55.25 76 75.38 -
YUV 209.46 130.56 75.6 -
System Red Green Blue C M Y K H S L
Decimal 136 246 214 0.45 0 0.13 0.04 162.55 0.86 0.75
Hex 88 F6 D6 2D 0 D 4 A3 56 4B
Octal 210 366 326 55 0 15 4 243 126 113
Binary 10001000 11110110 11010110 101101 0 1101 100 10100011 1010110 1001011

Color Harmonies of #88F6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F6D6

Black with #88F6D6

Text Example


Text Example

White with #88F6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,246,214); }

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

background-color css

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

 a { background-color: rgb(136,246,214); }

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

border-color css

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

 span { border-color: rgb(136,246,214); }

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