Html Css Color HEX #80FBC2 Aquamarine

📋 copy color: '#80FBC2'

red 128 ◦ green 251 ◦ blue 194

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

Shades of Aquamarine #80FBC2

Tints of Aquamarine #80FBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.86%

R = 22.34%
G = 43.8%
B = 33.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#80FBC2 (or 0x80FBC2) is known color: Aquamarine. HEX triplet: 80, FB and C2. RGB value is (128,251,194). Sum of RGB (Red+Green+Blue) = 128+251+194=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBC2 is #7F043D. Grayscale: #CFCFCF. Windows color (decimal): -8324158 or 12778368. OLE color: 12778368.

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

Color convert

RGB 128 251 194 -
CMYK 0.49 0 0.23 0.02
HSL 152.2º 0.94% 0.74% -
HSV(B) 152.2º 0.49% 0.98% -
XYZ 53.14 77.48 63.19 -
YUV 207.73 120.25 71.13 -
System Red Green Blue C M Y K H S L
Decimal 128 251 194 0.49 0 0.23 0.02 152.2 0.94 0.74
Hex 80 FB C2 31 0 17 2 98 5E 4A
Octal 200 373 302 61 0 27 2 230 136 112
Binary 10000000 11111011 11000010 110001 0 10111 10 10011000 1011110 1001010

Color Harmonies of #80FBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FBC2

Black with #80FBC2

Text Example


Text Example

White with #80FBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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