Html Css Color HEX #88F2CB Aquamarine

📋 copy color: '#88F2CB'

red 136 ◦ green 242 ◦ blue 203

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

Shades of Aquamarine #88F2CB

Tints of Aquamarine #88F2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.65%

 BLUE value IS 203 (79.69% from 255) = 34.94%

R = 23.41%
G = 41.65%
B = 34.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#88F2CB (or 0x88F2CB) is known color: Aquamarine. HEX triplet: 88, F2 and CB. RGB value is (136,242,203). Sum of RGB (Red+Green+Blue) = 136+242+203=581 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.41% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #88F2CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F2CB is #770D34. Grayscale: #CDCDCD. Windows color (decimal): -7802165 or 13365896. OLE color: 13365896.

HSL color Cylindrical-coordinate representation of color #88F2CB: hue angle of 157.92º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F2CB is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 242 203 -
CMYK 0.44 0 0.16 0.05
HSL 157.92º 0.8% 0.74% -
HSV(B) 157.92º 0.44% 0.95% -
XYZ 52.68 73.05 67.82 -
YUV 205.86 126.38 78.17 -
System Red Green Blue C M Y K H S L
Decimal 136 242 203 0.44 0 0.16 0.05 157.92 0.8 0.74
Hex 88 F2 CB 2C 0 10 5 9E 50 4A
Octal 210 362 313 54 0 20 5 236 120 112
Binary 10001000 11110010 11001011 101100 0 10000 101 10011110 1010000 1001010

Color Harmonies of #88F2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F2CB

Black with #88F2CB

Text Example


Text Example

White with #88F2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,242,203); }

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

background-color css

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

 a { background-color: rgb(136,242,203); }

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

border-color css

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

 span { border-color: rgb(136,242,203); }

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