Html Css Color HEX #88FBC1 Aquamarine

📋 copy color: '#88FBC1'

red 136 ◦ green 251 ◦ blue 193

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

Shades of Aquamarine #88FBC1

Tints of Aquamarine #88FBC1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.28%

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

R = 23.45%
G = 43.28%
B = 33.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#88FBC1 (or 0x88FBC1) is known color: Aquamarine. HEX triplet: 88, FB and C1. RGB value is (136,251,193). Sum of RGB (Red+Green+Blue) = 136+251+193=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #88FBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FBC1 is #77043E. Grayscale: #D2D2D2. Windows color (decimal): -7799871 or 12712840. OLE color: 12712840.

HSL color Cylindrical-coordinate representation of color #88FBC1: hue angle of 149.74º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FBC1 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 251 193 -
CMYK 0.46 0 0.23 0.02
HSL 149.74º 0.93% 0.76% -
HSV(B) 149.74º 0.46% 0.98% -
XYZ 54.28 78.08 62.66 -
YUV 210 118.4 75.22 -
System Red Green Blue C M Y K H S L
Decimal 136 251 193 0.46 0 0.23 0.02 149.74 0.93 0.76
Hex 88 FB C1 2E 0 17 2 96 5D 4C
Octal 210 373 301 56 0 27 2 226 135 114
Binary 10001000 11111011 11000001 101110 0 10111 10 10010110 1011101 1001100

Color Harmonies of #88FBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FBC1

Black with #88FBC1

Text Example


Text Example

White with #88FBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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