#80F6CC

Color #80F6CC Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #80F6CC

Tints of Aquamarine #80F6CC

Color information

#80F6CC (or 0x80F6CC) is unknown color: approx Aquamarine. HEX triplet: 80, F6 and CC. RGB value is (128,246,204). Sum of RGB (Red+Green+Blue) = 128+246+204=578 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.15% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #80F6CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F6CC is #7F0933. Grayscale: #CDCDCD. Windows color (decimal): -8325428 or 13432448. OLE color: 13432448.

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

Color convert

RGB128246204-
CMYK0.4800.170.04
HSL158.64º86.76%73.33%-
HSV(B)158.64º47.97%96.47%-
XYZ52.7674.8668.8-
YUV205.93126.9172.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.15%
GREEN value IS 246 (96.48% from 255) = 42.56%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=22.15%
G=42.56%
B=35.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282462040.4800.170.04158.6486.7673.33
Hex80F6CC3001149f5749
Octal200366314600214237127111
Binary1000000011110110110011001100000100011001001111110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80F6CC;
 }
 .AnyTagClassName
 {
   color: #80F6CC;
 }
</style>
background-color css

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

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

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

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

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

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