Html Css Color HEX #80F6BF Aquamarine

📋 copy color: '#80F6BF'

red 128 ◦ green 246 ◦ blue 191

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

Shades of Aquamarine #80F6BF

Tints of Aquamarine #80F6BF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.54%

 BLUE value IS 191 (75% from 255) = 33.81%

R = 22.65%
G = 43.54%
B = 33.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#80F6BF (or 0x80F6BF) is known color: Aquamarine. HEX triplet: 80, F6 and BF. RGB value is (128,246,191). Sum of RGB (Red+Green+Blue) = 128+246+191=565 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.65% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #80F6BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F6BF is #7F0940. Grayscale: #CCCCCC. Windows color (decimal): -8325441 or 12580480. OLE color: 12580480.

HSL color Cylindrical-coordinate representation of color #80F6BF: hue angle of 152.03º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F6BF is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 246 191 -
CMYK 0.48 0 0.22 0.04
HSL 152.03º 0.87% 0.73% -
HSV(B) 152.03º 0.48% 0.96% -
XYZ 51.26 74.26 60.92 -
YUV 204.45 120.41 73.47 -
System Red Green Blue C M Y K H S L
Decimal 128 246 191 0.48 0 0.22 0.04 152.03 0.87 0.73
Hex 80 F6 BF 30 0 16 4 98 57 49
Octal 200 366 277 60 0 26 4 230 127 111
Binary 10000000 11110110 10111111 110000 0 10110 100 10011000 1010111 1001001

Color Harmonies of #80F6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F6BF

Black with #80F6BF

Text Example


Text Example

White with #80F6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,246,191); }

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

background-color css

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

 a { background-color: rgb(128,246,191); }

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

border-color css

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

 span { border-color: rgb(128,246,191); }

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