Html Css Color HEX #88F0BF Aquamarine

📋 copy color: '#88F0BF'

red 136 ◦ green 240 ◦ blue 191

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

Shades of Aquamarine #88F0BF

Tints of Aquamarine #88F0BF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.33%

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

R = 23.99%
G = 42.33%
B = 33.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#88F0BF (or 0x88F0BF) is known color: Aquamarine. HEX triplet: 88, F0 and BF. RGB value is (136,240,191). Sum of RGB (Red+Green+Blue) = 136+240+191=567 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.99% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F0BF is #770F40. Grayscale: #CBCBCB. Windows color (decimal): -7802689 or 12578952. OLE color: 12578952.

HSL color Cylindrical-coordinate representation of color #88F0BF: hue angle of 151.73º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88F0BF is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 240 191 -
CMYK 0.43 0 0.20 0.06
HSL 151.73º 0.78% 0.74% -
HSV(B) 151.73º 0.43% 0.94% -
XYZ 50.72 71.32 60.38 -
YUV 203.32 121.04 79.98 -
System Red Green Blue C M Y K H S L
Decimal 136 240 191 0.43 0 0.20 0.06 151.73 0.78 0.74
Hex 88 F0 BF 2B 0 14 6 98 4E 4A
Octal 210 360 277 53 0 24 6 230 116 112
Binary 10001000 11110000 10111111 101011 0 10100 110 10011000 1001110 1001010

Color Harmonies of #88F0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F0BF

Black with #88F0BF

Text Example


Text Example

White with #88F0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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