Html Css Color HEX #80FBBC Aquamarine

📋 copy color: '#80FBBC'

red 128 ◦ green 251 ◦ blue 188

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

Shades of Aquamarine #80FBBC

Tints of Aquamarine #80FBBC

RGB

 RED value IS 128 (50.39% from 255) = 22.57%

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

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 22.57%
G = 44.27%
B = 33.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#80FBBC (or 0x80FBBC) is known color: Aquamarine. HEX triplet: 80, FB and BC. RGB value is (128,251,188). Sum of RGB (Red+Green+Blue) = 128+251+188=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBBC is #7F0443. Grayscale: #CFCFCF. Windows color (decimal): -8324164 or 12385152. OLE color: 12385152.

HSL color Cylindrical-coordinate representation of color #80FBBC: hue angle of 149.27º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FBBC is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 251 188 -
CMYK 0.49 0 0.25 0.02
HSL 149.27º 0.94% 0.74% -
HSV(B) 149.27º 0.49% 0.98% -
XYZ 52.48 77.21 59.72 -
YUV 207.04 117.25 71.62 -
System Red Green Blue C M Y K H S L
Decimal 128 251 188 0.49 0 0.25 0.02 149.27 0.94 0.74
Hex 80 FB BC 31 0 19 2 95 5E 4A
Octal 200 373 274 61 0 31 2 225 136 112
Binary 10000000 11111011 10111100 110001 0 11001 10 10010101 1011110 1001010

Color Harmonies of #80FBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FBBC

Black with #80FBBC

Text Example


Text Example

White with #80FBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80FBBC; }

 p { color: rgb(128,251,188); }

 H1.HeaderClassName
 {
   color: #80FBBC;
 }
 .AnyTagClassName
 {
   color: #80FBBC;
 }
</style>

background-color css

<style>
 a { background-color: #80FBBC; }

 a { background-color: rgb(128,251,188); }

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

border-color css

<style>
 span { border-color: #80FBBC; }

 span { border-color: rgb(128,251,188); }

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