#80FFC3

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

Shades of Aquamarine #80FFC3

Tints of Aquamarine #80FFC3

Color information

#80FFC3 (or 0x80FFC3) is unknown color: approx Aquamarine. HEX triplet: 80, FF and C3. RGB value is (128,255,195). Sum of RGB (Red+Green+Blue) = 128+255+195=578 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.15% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFC3 is #7F003C. Grayscale: #D2D2D2. Windows color (decimal): -8323133 or 12844928. OLE color: 12844928.

HSL color Cylindrical-coordinate representation of color #80FFC3: hue angle of 151.65º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFC3 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB128255195-
CMYK0.5000.240
HSL151.65º100%75.1%-
HSV(B)151.65º49.8%100%-
XYZ54.5180.0564.21-
YUV210.19119.4269.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.15%
GREEN value IS 255 (100% from 255) = 44.12%
BLUE value IS 195 (76.56% from 255) = 33.74%
R=22.15%
G=44.12%
B=33.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282551950.5000.240151.6510075.1
Hex80FFC332018098644b
Octal200377303620300230144113
Binary10000000111111111100001111001001100001001100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,255,195); }

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

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

 a { background-color: rgb(128,255,195); }

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

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

 span { border-color: rgb(128,255,195); }

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