Html Css Color HEX #88FFBF Aquamarine

📋 copy color: '#88FFBF'

red 136 ◦ green 255 ◦ blue 191

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

Shades of Aquamarine #88FFBF

Tints of Aquamarine #88FFBF

RGB

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

 GREEN value IS 255 (100% from 255) = 43.81%

 BLUE value IS 191 (75% from 255) = 32.82%

R = 23.37%
G = 43.81%
B = 32.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#88FFBF (or 0x88FFBF) is known color: Aquamarine. HEX triplet: 88, FF and BF. RGB value is (136,255,191). Sum of RGB (Red+Green+Blue) = 136+255+191=582 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.37% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFBF is #770040. Grayscale: #D4D4D4. Windows color (decimal): -7798849 or 12582792. OLE color: 12582792.

HSL color Cylindrical-coordinate representation of color #88FFBF: hue angle of 147.73º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88FFBF is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 136 255 191 -
CMYK 0.47 0 0.25 0
HSL 147.73º 1% 0.77% -
HSV(B) 147.73º 0.47% 1% -
XYZ 55.32 80.52 61.92 -
YUV 212.12 116.08 73.7 -
System Red Green Blue C M Y K H S L
Decimal 136 255 191 0.47 0 0.25 0 147.73 1 0.77
Hex 88 FF BF 2F 0 19 0 94 64 4D
Octal 210 377 277 57 0 31 0 224 144 115
Binary 10001000 11111111 10111111 101111 0 11001 0 10010100 1100100 1001101

Color Harmonies of #88FFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FFBF

Black with #88FFBF

Text Example


Text Example

White with #88FFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,255,191); }

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

background-color css

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

 a { background-color: rgb(136,255,191); }

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

border-color css

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

 span { border-color: rgb(136,255,191); }

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