Html Css Color HEX #88F0C1 Aquamarine

📋 copy color: '#88F0C1'

red 136 ◦ green 240 ◦ blue 193

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

Shades of Aquamarine #88F0C1

Tints of Aquamarine #88F0C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.92%

R = 23.9%
G = 42.18%
B = 33.92%

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

#88F0C1 (or 0x88F0C1) is known color: Aquamarine. HEX triplet: 88, F0 and C1. RGB value is (136,240,193). Sum of RGB (Red+Green+Blue) = 136+240+193=569 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.90% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F0C1 is #770F3E. Grayscale: #CBCBCB. Windows color (decimal): -7802687 or 12710024. OLE color: 12710024.

HSL color Cylindrical-coordinate representation of color #88F0C1: hue angle of 152.88º 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 #88F0C1 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 240 193 -
CMYK 0.43 0 0.20 0.06
HSL 152.88º 0.78% 0.74% -
HSV(B) 152.88º 0.43% 0.94% -
XYZ 50.94 71.4 61.55 -
YUV 203.55 122.04 79.82 -
System Red Green Blue C M Y K H S L
Decimal 136 240 193 0.43 0 0.20 0.06 152.88 0.78 0.74
Hex 88 F0 C1 2B 0 14 6 99 4E 4A
Octal 210 360 301 53 0 24 6 231 116 112
Binary 10001000 11110000 11000001 101011 0 10100 110 10011001 1001110 1001010

Color Harmonies of #88F0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F0C1

Black with #88F0C1

Text Example


Text Example

White with #88F0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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