Html Css Color HEX #80F6CE Aquamarine

📋 copy color: '#80F6CE'

red 128 ◦ green 246 ◦ blue 206

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

Shades of Aquamarine #80F6CE

Tints of Aquamarine #80F6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 22.07%
G = 42.41%
B = 35.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#80F6CE (or 0x80F6CE) is known color: Aquamarine. HEX triplet: 80, F6 and CE. RGB value is (128,246,206). Sum of RGB (Red+Green+Blue) = 128+246+206=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #80F6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F6CE is #7F0931. Grayscale: #CECECE. Windows color (decimal): -8325426 or 13563520. OLE color: 13563520.

HSL color Cylindrical-coordinate representation of color #80F6CE: hue angle of 159.66º 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 #80F6CE is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 246 206 -
CMYK 0.48 0 0.16 0.04
HSL 159.66º 0.87% 0.73% -
HSV(B) 159.66º 0.48% 0.96% -
XYZ 53 74.96 70.07 -
YUV 206.16 127.91 72.25 -
System Red Green Blue C M Y K H S L
Decimal 128 246 206 0.48 0 0.16 0.04 159.66 0.87 0.73
Hex 80 F6 CE 30 0 10 4 A0 57 49
Octal 200 366 316 60 0 20 4 240 127 111
Binary 10000000 11110110 11001110 110000 0 10000 100 10100000 1010111 1001001

Color Harmonies of #80F6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F6CE

Black with #80F6CE

Text Example


Text Example

White with #80F6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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