Html Css Color HEX #80FBC5 Aquamarine

📋 copy color: '#80FBC5'

red 128 ◦ green 251 ◦ blue 197

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

Shades of Aquamarine #80FBC5

Tints of Aquamarine #80FBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.2%

R = 22.22%
G = 43.58%
B = 34.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#80FBC5 (or 0x80FBC5) is known color: Aquamarine. HEX triplet: 80, FB and C5. RGB value is (128,251,197). Sum of RGB (Red+Green+Blue) = 128+251+197=576 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.22% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBC5 is #7F043A. Grayscale: #D0D0D0. Windows color (decimal): -8324155 or 12974976. OLE color: 12974976.

HSL color Cylindrical-coordinate representation of color #80FBC5: hue angle of 153.66º 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 #80FBC5 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 251 197 -
CMYK 0.49 0 0.22 0.02
HSL 153.66º 0.94% 0.74% -
HSV(B) 153.66º 0.49% 0.98% -
XYZ 53.48 77.61 64.99 -
YUV 208.07 121.75 70.89 -
System Red Green Blue C M Y K H S L
Decimal 128 251 197 0.49 0 0.22 0.02 153.66 0.94 0.74
Hex 80 FB C5 31 0 16 2 9A 5E 4A
Octal 200 373 305 61 0 26 2 232 136 112
Binary 10000000 11111011 11000101 110001 0 10110 10 10011010 1011110 1001010

Color Harmonies of #80FBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FBC5

Black with #80FBC5

Text Example


Text Example

White with #80FBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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