Html Css Color HEX #88FABA Aquamarine

📋 copy color: '#88FABA'

red 136 ◦ green 250 ◦ blue 186

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

Shades of Aquamarine #88FABA

Tints of Aquamarine #88FABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.71%

 BLUE value IS 186 (73.05% from 255) = 32.52%

R = 23.78%
G = 43.71%
B = 32.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#88FABA (or 0x88FABA) is known color: Aquamarine. HEX triplet: 88, FA and BA. RGB value is (136,250,186). Sum of RGB (Red+Green+Blue) = 136+250+186=572 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.78% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #88FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FABA is #770545. Grayscale: #D0D0D0. Windows color (decimal): -7800134 or 12253832. OLE color: 12253832.

HSL color Cylindrical-coordinate representation of color #88FABA: hue angle of 146.32º degrees, saturation: 0.92, 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 #88FABA is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 250 186 -
CMYK 0.46 0 0.26 0.02
HSL 146.32º 0.92% 0.76% -
HSV(B) 146.32º 0.46% 0.98% -
XYZ 53.2 77.15 58.54 -
YUV 208.62 115.23 76.2 -
System Red Green Blue C M Y K H S L
Decimal 136 250 186 0.46 0 0.26 0.02 146.32 0.92 0.76
Hex 88 FA BA 2E 0 1A 2 92 5C 4C
Octal 210 372 272 56 0 32 2 222 134 114
Binary 10001000 11111010 10111010 101110 0 11010 10 10010010 1011100 1001100

Color Harmonies of #88FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FABA

Black with #88FABA

Text Example


Text Example

White with #88FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,250,186); }

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

background-color css

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

 a { background-color: rgb(136,250,186); }

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

border-color css

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

 span { border-color: rgb(136,250,186); }

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